Maven Repository for the JuiceSSH Plugin Library - ready to use in Android Studio.
To use, add the following to your project's build.gradle file:
repositories {
maven { url 'https://raw.github.com/Sonelli/maven/master' }
}
dependencies {
compile 'com.sonelli:juicessh-pluginlibrary:1.0.+@aar'
}