License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools Net |
GroupId | GroupIdnet.wasdev.wlp.ant |
ArtifactId | ArtifactIdwlp-anttasks |
Last Version | Last Version1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebSphere Liberty Ant Tasks
Parent pom for Ant tasks supporting development with WebSphere Liberty.
|
Project URL |
Project URL |
Filename | Size |
---|---|
wlp-anttasks-1.8.pom | |
wlp-anttasks-1.8.jar | 52 KB |
wlp-anttasks-1.8-sources.jar | 45 KB |
wlp-anttasks-1.8-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wasdev.wlp.ant/wlp-anttasks/ -->
<dependency>
<groupId>net.wasdev.wlp.ant</groupId>
<artifactId>wlp-anttasks</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.wasdev.wlp.ant/wlp-anttasks/
implementation 'net.wasdev.wlp.ant:wlp-anttasks:1.8'
// https://jarcasting.com/artifacts/net.wasdev.wlp.ant/wlp-anttasks/
implementation ("net.wasdev.wlp.ant:wlp-anttasks:1.8")
'net.wasdev.wlp.ant:wlp-anttasks:jar:1.8'
<dependency org="net.wasdev.wlp.ant" name="wlp-anttasks" rev="1.8">
<artifact name="wlp-anttasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.wlp.ant', module='wlp-anttasks', version='1.8')
)
libraryDependencies += "net.wasdev.wlp.ant" % "wlp-anttasks" % "1.8"
[net.wasdev.wlp.ant/wlp-anttasks "1.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.ant : ant | jar | 1.8.4 |
net.wasdev.wlp.common : ci.common | jar | 1.3 |
commons-io : commons-io | jar | 2.6 |
org.json : json | jar | 20180813 |