License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.antany |
ArtifactId | ArtifactIdantutils |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionantutils
its done to reduce lot of repeated java code
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
antutils-0.0.1.pom | |
antutils-0.0.1.jar | 3 KB |
antutils-0.0.1-sources.jar | 2 KB |
antutils-0.0.1-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.antany/antutils/ -->
<dependency>
<groupId>io.github.antany</groupId>
<artifactId>antutils</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.antany/antutils/
implementation 'io.github.antany:antutils:0.0.1'
// https://jarcasting.com/artifacts/io.github.antany/antutils/
implementation ("io.github.antany:antutils:0.0.1")
'io.github.antany:antutils:jar:0.0.1'
<dependency org="io.github.antany" name="antutils" rev="0.0.1">
<artifact name="antutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.antany', module='antutils', version='0.0.1')
)
libraryDependencies += "io.github.antany" % "antutils" % "0.0.1"
[io.github.antany/antutils "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |