Download jpl-3.1.4-alpha.jar file - Jar j

Jar examples for j:jpl

Description

A Java Interface to Prolog

You can download jar file jpl 3.1.4-alpha in this page.

License

GNU Library or Lesser General Public License

Build File

You can use the following script to add jpl-3.1.4-alpha.jar to your project.

<dependency>
   <groupId>jpl</groupId>
   <artifactId>jpl</artifactId>
   <version>3.1.4-alpha</version>
</dependency>
compile group: 'jpl', name: 'jpl', version: '3.1.4-alpha'
libraryDependencies += "jpl" % "jpl" % "3.1.4-alpha"
<dependency org="jpl" name="jpl" rev="3.1.4-alpha"/>
@Grapes(@Grab(group='jpl', module='jpl', version='3.1.4-alpha'))
'jpl:jpl:jar:3.1.4-alpha'

Download

Click the following link to download the jar file.

jpl-3.1.4-alpha-javadoc.jar
jpl-3.1.4-alpha-sources.jar
jpl-3.1.4-alpha.jar
jpl-3.1.4-alpha.pom



Related Tutorials