GroupId | GroupIdcom.sshtools |
---|---|
ArtifactId | ArtifactIdj2ssh-maverick |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
j2ssh-maverick-1.5.2.pom | |
j2ssh-maverick-1.5.2.jar | 430 KB |
j2ssh-maverick-1.5.2-sources.jar | 437 KB |
j2ssh-maverick-1.5.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/j2ssh-maverick/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>j2ssh-maverick</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/j2ssh-maverick/
implementation 'com.sshtools:j2ssh-maverick:1.5.2'
// https://jarcasting.com/artifacts/com.sshtools/j2ssh-maverick/
implementation ("com.sshtools:j2ssh-maverick:1.5.2")
'com.sshtools:j2ssh-maverick:jar:1.5.2'
<dependency org="com.sshtools" name="j2ssh-maverick" rev="1.5.2">
<artifact name="j2ssh-maverick" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='j2ssh-maverick', version='1.5.2')
)
libraryDependencies += "com.sshtools" % "j2ssh-maverick" % "1.5.2"
[com.sshtools/j2ssh-maverick "1.5.2"]