Download ant-commons-logging-1.9.4.jar file - Jar a

Jar examples for a:ant-commons-logging

Description

Ant Listener based on commons-logging

You can download jar file ant-commons-logging 1.9.4 in this page.

License

Apache License

Build File

You can use the following script to add ant-commons-logging-1.9.4.jar to your project.

<dependency>
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-commons-logging</artifactId>
   <version>1.9.4</version>
</dependency>
compile group: 'org.apache.ant', name: 'ant-commons-logging', version: '1.9.4'
libraryDependencies += "org.apache.ant" % "ant-commons-logging" % "1.9.4"
<dependency org="org.apache.ant" name="ant-commons-logging" rev="1.9.4"/>
@Grapes(@Grab(group='org.apache.ant', module='ant-commons-logging', version='1.9.4'))
'org.apache.ant:ant-commons-logging:jar:1.9.4'

Download

Click the following link to download the jar file.

ant-commons-logging-1.9.4-sources.jar
ant-commons-logging-1.9.4.jar
ant-commons-logging-1.9.4.pom



Related Tutorials