License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.mideo |
ArtifactId | ArtifactIdsssh_2.11 |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionsssh
A Simple scala ssh library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sssh_2.11-0.0.2.pom | |
sssh_2.11-0.0.2.jar | 45 KB |
sssh_2.11-0.0.2-sources.jar | 5 KB |
sssh_2.11-0.0.2-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mideo/sssh_2.11/ -->
<dependency>
<groupId>com.github.mideo</groupId>
<artifactId>sssh_2.11</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mideo/sssh_2.11/
implementation 'com.github.mideo:sssh_2.11:0.0.2'
// https://jarcasting.com/artifacts/com.github.mideo/sssh_2.11/
implementation ("com.github.mideo:sssh_2.11:0.0.2")
'com.github.mideo:sssh_2.11:jar:0.0.2'
<dependency org="com.github.mideo" name="sssh_2.11" rev="0.0.2">
<artifact name="sssh_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mideo', module='sssh_2.11', version='0.0.2')
)
libraryDependencies += "com.github.mideo" % "sssh_2.11" % "0.0.2"
[com.github.mideo/sssh_2.11 "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
com.jcraft : jsch | jar | 0.1.54 |
com.typesafe : config | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.3 |
org.mockito : mockito-all | jar | 1.9.5 |