is not current version
Last Version 1.8

net.wasdev.wlp.ant:wlp-anttasks 1.3

Parent pom for Ant tasks supporting development with WebSphere Application Server Liberty Profile.

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.wasdev.wlp.ant
ArtifactId

ArtifactId

wlp-anttasks
Version

Version

1.3
Type

Type

jar

Download wlp-anttasks 1.3


<!-- https://jarcasting.com/artifacts/net.wasdev.wlp.ant/wlp-anttasks/ -->
<dependency>
    <groupId>net.wasdev.wlp.ant</groupId>
    <artifactId>wlp-anttasks</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.wasdev.wlp.ant/wlp-anttasks/
implementation 'net.wasdev.wlp.ant:wlp-anttasks:1.3'
// https://jarcasting.com/artifacts/net.wasdev.wlp.ant/wlp-anttasks/
implementation ("net.wasdev.wlp.ant:wlp-anttasks:1.3")
'net.wasdev.wlp.ant:wlp-anttasks:jar:1.3'
<dependency org="net.wasdev.wlp.ant" name="wlp-anttasks" rev="1.3">
  <artifact name="wlp-anttasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.wlp.ant', module='wlp-anttasks', version='1.3')
)
libraryDependencies += "net.wasdev.wlp.ant" % "wlp-anttasks" % "1.3"
[net.wasdev.wlp.ant/wlp-anttasks "1.3"]