Download wlp-anttasks-1.3.jar file - Jar w

Jar examples for w:wlp-anttasks

Description

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

You can download jar file wlp-anttasks 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add wlp-anttasks-1.3.jar to your project.

<dependency>
   <groupId>net.wasdev.wlp.ant</groupId>
   <artifactId>wlp-anttasks</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'net.wasdev.wlp.ant', name: 'wlp-anttasks', version: '1.3'
libraryDependencies += "net.wasdev.wlp.ant" % "wlp-anttasks" % "1.3"
<dependency org="net.wasdev.wlp.ant" name="wlp-anttasks" rev="1.3"/>
@Grapes(@Grab(group='net.wasdev.wlp.ant', module='wlp-anttasks', version='1.3'))
'net.wasdev.wlp.ant:wlp-anttasks:jar:1.3'

Download

Click the following link to download the jar file.

wlp-anttasks-1.3-javadoc.jar
wlp-anttasks-1.3-sources.jar
wlp-anttasks-1.3.jar
wlp-anttasks-1.3.pom



Related Tutorials