Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdant |
ArtifactId | ArtifactIdant-jakarta-bcel |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
ant-jakarta-bcel-1.6.1.pom | |
ant-jakarta-bcel-1.6.1.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ant/ant-jakarta-bcel/ -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant-jakarta-bcel</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/ant/ant-jakarta-bcel/
implementation 'ant:ant-jakarta-bcel:1.6.1'
// https://jarcasting.com/artifacts/ant/ant-jakarta-bcel/
implementation ("ant:ant-jakarta-bcel:1.6.1")
'ant:ant-jakarta-bcel:jar:1.6.1'
<dependency org="ant" name="ant-jakarta-bcel" rev="1.6.1">
<artifact name="ant-jakarta-bcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='ant', module='ant-jakarta-bcel', version='1.6.1')
)
libraryDependencies += "ant" % "ant-jakarta-bcel" % "1.6.1"
[ant/ant-jakarta-bcel "1.6.1"]