Download prolog-0.9.77.jar file - Jar p

Jar examples for p:prolog

Description

Implementation of a Prolog interpreter that works directly over the abstract syntax tree.

You can download jar file prolog 0.9.77 in this page.

Build File

You can use the following script to add prolog-0.9.77.jar to your project.

<dependency>
   <groupId>com.thesett</groupId>
   <artifactId>prolog</artifactId>
   <version>0.9.77</version>
</dependency>
compile group: 'com.thesett', name: 'prolog', version: '0.9.77'
libraryDependencies += "com.thesett" % "prolog" % "0.9.77"
<dependency org="com.thesett" name="prolog" rev="0.9.77"/>
@Grapes(@Grab(group='com.thesett', module='prolog', version='0.9.77'))
'com.thesett:prolog:jar:0.9.77'

Download

Click the following link to download the jar file.

prolog-0.9.77-javadoc.jar
prolog-0.9.77-sources.jar
prolog-0.9.77-tests.jar
prolog-0.9.77.jar
prolog-0.9.77.pom



Related Tutorials