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