Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.needhamsoftware.unojar |
ArtifactId | ArtifactIdant |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ant-1.0.0.pom | |
ant-1.0.0.jar | 52 KB |
ant-1.0.0-sources.jar | 5 KB |
ant-1.0.0-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.needhamsoftware.unojar/ant/ -->
<dependency>
<groupId>com.needhamsoftware.unojar</groupId>
<artifactId>ant</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.needhamsoftware.unojar/ant/
implementation 'com.needhamsoftware.unojar:ant:1.0.0'
// https://jarcasting.com/artifacts/com.needhamsoftware.unojar/ant/
implementation ("com.needhamsoftware.unojar:ant:1.0.0")
'com.needhamsoftware.unojar:ant:jar:1.0.0'
<dependency org="com.needhamsoftware.unojar" name="ant" rev="1.0.0">
<artifact name="ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.needhamsoftware.unojar', module='ant', version='1.0.0')
)
libraryDependencies += "com.needhamsoftware.unojar" % "ant" % "1.0.0"
[com.needhamsoftware.unojar/ant "1.0.0"]