is not current version
Last Version 2.0

org.apache.commons:commons-weaver-antlib 1.1

Apache Commons Weaver Ant task library

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-weaver-antlib
Version

Version

1.1
Type

Type

jar

Download commons-weaver-antlib 1.1


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