Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.antany |
ArtifactId | ArtifactIdantlib |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
antlib-0.0.1.pom | |
antlib-0.0.1.jar | 592 bytes |
antlib-0.0.1-sources.jar | 489 bytes |
antlib-0.0.1-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.antany/antlib/ -->
<dependency>
<groupId>io.github.antany</groupId>
<artifactId>antlib</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.antany/antlib/
implementation 'io.github.antany:antlib:0.0.1'
// https://jarcasting.com/artifacts/io.github.antany/antlib/
implementation ("io.github.antany:antlib:0.0.1")
'io.github.antany:antlib:jar:0.0.1'
<dependency org="io.github.antany" name="antlib" rev="0.0.1">
<artifact name="antlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.antany', module='antlib', version='0.0.1')
)
libraryDependencies += "io.github.antany" % "antlib" % "0.0.1"
[io.github.antany/antlib "0.0.1"]