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