Download jpf-1.5.jar file - Jar j

Jar examples for j:jpf

Description

Java Plugin Framework

You can download jar file jpf 1.5 in this page.

License

GNU Lesser General Public License, Version 2.1, February 1999

Build File

You can use the following script to add jpf-1.5.jar to your project.

<dependency>
   <groupId>net.sf.jpf</groupId>
   <artifactId>jpf</artifactId>
   <version>1.5</version>
</dependency>
compile group: 'net.sf.jpf', name: 'jpf', version: '1.5'
libraryDependencies += "net.sf.jpf" % "jpf" % "1.5"
<dependency org="net.sf.jpf" name="jpf" rev="1.5"/>
@Grapes(@Grab(group='net.sf.jpf', module='jpf', version='1.5'))
'net.sf.jpf:jpf:jar:1.5'

Download

Click the following link to download the jar file.

jpf-1.5-javadoc.jar
jpf-1.5-sources.jar
jpf-1.5.jar
jpf-1.5.pom



Related Tutorials