Download pwt-1.2.0.jar file - Jar p

Jar examples for p:pwt

Description

Putnami Web Toolkit core framework

You can download jar file pwt 1.2.0 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add pwt-1.2.0.jar to your project.

<dependency>
   <groupId>fr.putnami.pwt</groupId>
   <artifactId>pwt</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'fr.putnami.pwt', name: 'pwt', version: '1.2.0'
libraryDependencies += "fr.putnami.pwt" % "pwt" % "1.2.0"
<dependency org="fr.putnami.pwt" name="pwt" rev="1.2.0"/>
@Grapes(@Grab(group='fr.putnami.pwt', module='pwt', version='1.2.0'))
'fr.putnami.pwt:pwt:jar:1.2.0'

Download

Click the following link to download the jar file.

pwt-1.2.0-javadoc.jar
pwt-1.2.0-sources.jar
pwt-1.2.0.jar
pwt-1.2.0.pom



Related Tutorials