| License |
License |
|---|---|
| GroupId | GroupIdcom.madgag |
| ArtifactId | ArtifactIdssh-android |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUtil libraries for SSH (specifically SSH Agent support) on Android
Util libraries for SSH (specifically SSH Agent support)
|
| Filename | Size |
|---|---|
| ssh-android-1.2.pom | |
| ssh-android-1.2.jar | 5 KB |
| ssh-android-1.2-sources.jar | 2 KB |
| ssh-android-1.2-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.madgag/ssh-android/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>ssh-android</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/ssh-android/
implementation 'com.madgag:ssh-android:1.2'
// https://jarcasting.com/artifacts/com.madgag/ssh-android/
implementation ("com.madgag:ssh-android:1.2")
'com.madgag:ssh-android:jar:1.2'
<dependency org="com.madgag" name="ssh-android" rev="1.2">
<artifact name="ssh-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='ssh-android', version='1.2')
)
libraryDependencies += "com.madgag" % "ssh-android" % "1.2"
[com.madgag/ssh-android "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 2.1_r1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.hamcrest : hamcrest-all | jar | 1.1 |
| org.mockito : mockito-core | jar | 1.8.4 |