Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.matrixweb.smaller |
ArtifactId | ArtifactIdant |
Version | Version0.8.3 |
Type | Typejar |
Filename | Size |
---|---|
ant-0.8.3.pom | |
ant-0.8.3.jar | 4 MB |
ant-0.8.3-sources.jar | 2 KB |
ant-0.8.3-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.matrixweb.smaller/ant/ -->
<dependency>
<groupId>de.matrixweb.smaller</groupId>
<artifactId>ant</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb.smaller/ant/
implementation 'de.matrixweb.smaller:ant:0.8.3'
// https://jarcasting.com/artifacts/de.matrixweb.smaller/ant/
implementation ("de.matrixweb.smaller:ant:0.8.3")
'de.matrixweb.smaller:ant:jar:0.8.3'
<dependency org="de.matrixweb.smaller" name="ant" rev="0.8.3">
<artifact name="ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb.smaller', module='ant', version='0.8.3')
)
libraryDependencies += "de.matrixweb.smaller" % "ant" % "0.8.3"
[de.matrixweb.smaller/ant "0.8.3"]