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