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