Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.mideo |
ArtifactId | ArtifactIdsssh_2.11 |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sssh_2.11-0.0.1.pom | |
sssh_2.11-0.0.1.jar | 47 KB |
sssh_2.11-0.0.1-sources.jar | 5 KB |
sssh_2.11-0.0.1-javadoc.jar | 399 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mideo/sssh_2.11/
implementation 'com.github.mideo:sssh_2.11:0.0.1'
// https://jarcasting.com/artifacts/com.github.mideo/sssh_2.11/
implementation ("com.github.mideo:sssh_2.11:0.0.1")
'com.github.mideo:sssh_2.11:jar:0.0.1'
<dependency org="com.github.mideo" name="sssh_2.11" rev="0.0.1">
<artifact name="sssh_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mideo', module='sssh_2.11', version='0.0.1')
)
libraryDependencies += "com.github.mideo" % "sssh_2.11" % "0.0.1"
[com.github.mideo/sssh_2.11 "0.0.1"]