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