License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Logging Application Layer Libs |
GroupId | GroupIdorg.apache.ant |
ArtifactId | ArtifactIdant-commons-logging |
Last Version | Last Version1.10.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Ant + Commons Logging
Ant Listener based on commons-logging
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ant-commons-logging-1.10.12.pom | |
ant-commons-logging-1.10.12.jar | 9 KB |
ant-commons-logging-1.10.12-sources.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-commons-logging/ -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-logging</artifactId>
<version>1.10.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-commons-logging/
implementation 'org.apache.ant:ant-commons-logging:1.10.12'
// https://jarcasting.com/artifacts/org.apache.ant/ant-commons-logging/
implementation ("org.apache.ant:ant-commons-logging:1.10.12")
'org.apache.ant:ant-commons-logging:jar:1.10.12'
<dependency org="org.apache.ant" name="ant-commons-logging" rev="1.10.12">
<artifact name="ant-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-commons-logging', version='1.10.12')
)
libraryDependencies += "org.apache.ant" % "ant-commons-logging" % "1.10.12"
[org.apache.ant/ant-commons-logging "1.10.12"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.12 |
commons-logging : commons-logging-api | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.hamcrest : hamcrest-library | jar | 1.3 |