Download wlp-anttasks-1.4.1.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.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials