Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.openliberty.tools |
ArtifactId | ArtifactIdliberty-ant-tasks |
Version | Version1.9.6 |
Type | Typejar |
Filename | Size |
---|---|
liberty-ant-tasks-1.9.6.pom | |
liberty-ant-tasks-1.9.6.jar | 104 KB |
liberty-ant-tasks-1.9.6-sources.jar | 77 KB |
liberty-ant-tasks-1.9.6-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.openliberty.tools/liberty-ant-tasks/ -->
<dependency>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-ant-tasks</artifactId>
<version>1.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.openliberty.tools/liberty-ant-tasks/
implementation 'io.openliberty.tools:liberty-ant-tasks:1.9.6'
// https://jarcasting.com/artifacts/io.openliberty.tools/liberty-ant-tasks/
implementation ("io.openliberty.tools:liberty-ant-tasks:1.9.6")
'io.openliberty.tools:liberty-ant-tasks:jar:1.9.6'
<dependency org="io.openliberty.tools" name="liberty-ant-tasks" rev="1.9.6">
<artifact name="liberty-ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.openliberty.tools', module='liberty-ant-tasks', version='1.9.6')
)
libraryDependencies += "io.openliberty.tools" % "liberty-ant-tasks" % "1.9.6"
[io.openliberty.tools/liberty-ant-tasks "1.9.6"]