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