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