GroupId | GroupIdsshtools |
---|---|
ArtifactId | ArtifactIdj2ssh-common |
Last Version | Last Version0.2.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
j2ssh-common-0.2.9.pom | |
j2ssh-common-0.2.9.jar | 333 KB |
Browse |
<!-- https://jarcasting.com/artifacts/sshtools/j2ssh-common/ -->
<dependency>
<groupId>sshtools</groupId>
<artifactId>j2ssh-common</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/sshtools/j2ssh-common/
implementation 'sshtools:j2ssh-common:0.2.9'
// https://jarcasting.com/artifacts/sshtools/j2ssh-common/
implementation ("sshtools:j2ssh-common:0.2.9")
'sshtools:j2ssh-common:jar:0.2.9'
<dependency org="sshtools" name="j2ssh-common" rev="0.2.9">
<artifact name="j2ssh-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='sshtools', module='j2ssh-common', version='0.2.9')
)
libraryDependencies += "sshtools" % "j2ssh-common" % "0.2.9"
[sshtools/j2ssh-common "0.2.9"]