Jar examples for p:prolog
Implementation of a Prolog interpreter that works directly over the abstract syntax tree.
You can download jar file prolog 0.8.11 in this page.
You can use the following script to add prolog-0.8.11.jar to your project.
<dependency> <groupId>com.thesett</groupId> <artifactId>prolog</artifactId> <version>0.8.11</version> </dependency>
compile group: 'com.thesett', name: 'prolog', version: '0.8.11'
libraryDependencies += "com.thesett" % "prolog" % "0.8.11"
<dependency org="com.thesett" name="prolog" rev="0.8.11"/>
@Grapes(@Grab(group='com.thesett', module='prolog', version='0.8.11'))
'com.thesett:prolog:jar:0.8.11'
Click the following link to download the jar file.
prolog-0.8.11-javadoc.jar