License |
License |
---|---|
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdprolog |
Version | Version0.9.117 |
Type | Typejar |
Description |
Descriptionprolog
Implementation of a Prolog interpreter that works directly over the abstract syntax tree.
|
Filename | Size |
---|---|
prolog-0.9.117.pom | |
prolog-0.9.117.jar | 52 KB |
prolog-0.9.117-tests.jar | 11 KB |
prolog-0.9.117-sources.jar | 71 KB |
prolog-0.9.117-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/prolog/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>prolog</artifactId>
<version>0.9.117</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/prolog/
implementation 'com.thesett:prolog:0.9.117'
// https://jarcasting.com/artifacts/com.thesett/prolog/
implementation ("com.thesett:prolog:0.9.117")
'com.thesett:prolog:jar:0.9.117'
<dependency org="com.thesett" name="prolog" rev="0.9.117">
<artifact name="prolog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='prolog', version='0.9.117')
)
libraryDependencies += "com.thesett" % "prolog" % "0.9.117"
[com.thesett/prolog "0.9.117"]
Group / Artifact | Type | Version |
---|---|---|
com.thesett : common | jar | 0.9.117 |
com.thesett : logic | jar | 0.9.117 |
com.thesett : interpreter | jar | 0.9.117 |
com.thesett : logic | jar | 0.9.117 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
log4j : log4j | jar | [1.2.8,) |