Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.odys-z |
ArtifactId | ArtifactIdantson |
Version | Version0.9.13 |
Type | Typejar |
Filename | Size |
---|---|
antson-0.9.13.pom | |
antson-0.9.13.jar | 54 KB |
antson-0.9.13-sources.jar | 33 KB |
antson-0.9.13-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.odys-z/antson/ -->
<dependency>
<groupId>io.github.odys-z</groupId>
<artifactId>antson</artifactId>
<version>0.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.odys-z/antson/
implementation 'io.github.odys-z:antson:0.9.13'
// https://jarcasting.com/artifacts/io.github.odys-z/antson/
implementation ("io.github.odys-z:antson:0.9.13")
'io.github.odys-z:antson:jar:0.9.13'
<dependency org="io.github.odys-z" name="antson" rev="0.9.13">
<artifact name="antson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.odys-z', module='antson', version='0.9.13')
)
libraryDependencies += "io.github.odys-z" % "antson" % "0.9.13"
[io.github.odys-z/antson "0.9.13"]