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