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