/maven

JuiceSSH Maven Repository

Apache License 2.0Apache-2.0

Sonelli Maven Repository

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'
}