is not current version
Last Version 1.0.1

com.newmainsoftech:ant-util 1.0.0

Ant utilities for stand-alone Ant environment and maven-antrun-plugin environment.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.newmainsoftech
ArtifactId

ArtifactId

ant-util
Version

Version

1.0.0
Type

Type

jar

Download ant-util 1.0.0


<!-- https://jarcasting.com/artifacts/com.newmainsoftech/ant-util/ -->
<dependency>
    <groupId>com.newmainsoftech</groupId>
    <artifactId>ant-util</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newmainsoftech/ant-util/
implementation 'com.newmainsoftech:ant-util:1.0.0'
// https://jarcasting.com/artifacts/com.newmainsoftech/ant-util/
implementation ("com.newmainsoftech:ant-util:1.0.0")
'com.newmainsoftech:ant-util:jar:1.0.0'
<dependency org="com.newmainsoftech" name="ant-util" rev="1.0.0">
  <artifact name="ant-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newmainsoftech', module='ant-util', version='1.0.0')
)
libraryDependencies += "com.newmainsoftech" % "ant-util" % "1.0.0"
[com.newmainsoftech/ant-util "1.0.0"]