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