is not current version
Last Version 0.0.2.jre8

io.github.antany:antlib 0.0.1

its done to reduce lot of repeated java libs

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.antany
ArtifactId

ArtifactId

antlib
Version

Version

0.0.1
Type

Type

jar

Download antlib 0.0.1


<!-- 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"]