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