| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdio.github.antany |
| ArtifactId | ArtifactIdantlib |
| Last Version | Last Version0.0.2.jre8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionantlib
its done to reduce lot of repeated java code
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| antlib-0.0.2.jre8.pom | |
| antlib-0.0.2.jre8.jar | 592 bytes |
| antlib-0.0.2.jre8-sources.jar | 489 bytes |
| antlib-0.0.2.jre8-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.2.jre8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.antany/antlib/
implementation 'io.github.antany:antlib:0.0.2.jre8'
// https://jarcasting.com/artifacts/io.github.antany/antlib/
implementation ("io.github.antany:antlib:0.0.2.jre8")
'io.github.antany:antlib:jar:0.0.2.jre8'
<dependency org="io.github.antany" name="antlib" rev="0.0.2.jre8">
<artifact name="antlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.antany', module='antlib', version='0.0.2.jre8')
)
libraryDependencies += "io.github.antany" % "antlib" % "0.0.2.jre8"
[io.github.antany/antlib "0.0.2.jre8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |