| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdant |
| ArtifactId | ArtifactIdant-jsch |
| Version | Version1.6.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ant-jsch-1.6.4.pom | |
| ant-jsch-1.6.4.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ant/ant-jsch/ -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant-jsch</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/ant/ant-jsch/
implementation 'ant:ant-jsch:1.6.4'
// https://jarcasting.com/artifacts/ant/ant-jsch/
implementation ("ant:ant-jsch:1.6.4")
'ant:ant-jsch:jar:1.6.4'
<dependency org="ant" name="ant-jsch" rev="1.6.4">
<artifact name="ant-jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant', module='ant-jsch', version='1.6.4')
)
libraryDependencies += "ant" % "ant-jsch" % "1.6.4"
[ant/ant-jsch "1.6.4"]