Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.manojpawar94 |
ArtifactId | ArtifactIdjssh-client |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jssh-client-0.0.1.pom | |
jssh-client-0.0.1.jar | 23 KB |
jssh-client-0.0.1-sources.jar | 8 KB |
jssh-client-0.0.1-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.manojpawar94/jssh-client/ -->
<dependency>
<groupId>io.github.manojpawar94</groupId>
<artifactId>jssh-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.manojpawar94/jssh-client/
implementation 'io.github.manojpawar94:jssh-client:0.0.1'
// https://jarcasting.com/artifacts/io.github.manojpawar94/jssh-client/
implementation ("io.github.manojpawar94:jssh-client:0.0.1")
'io.github.manojpawar94:jssh-client:jar:0.0.1'
<dependency org="io.github.manojpawar94" name="jssh-client" rev="0.0.1">
<artifact name="jssh-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.manojpawar94', module='jssh-client', version='0.0.1')
)
libraryDependencies += "io.github.manojpawar94" % "jssh-client" % "0.0.1"
[io.github.manojpawar94/jssh-client "0.0.1"]