jprol-core

A small embeddable Java based Edinburgh-styled Prolog interpreter with minimalistic libraries

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.igormaznitsa
ArtifactId

ArtifactId

jprol-core
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

jprol-core
A small embeddable Java based Edinburgh-styled Prolog interpreter with minimalistic libraries

Download jprol-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.igormaznitsa/jprol-core/ -->
<dependency>
    <groupId>com.igormaznitsa</groupId>
    <artifactId>jprol-core</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.igormaznitsa/jprol-core/
implementation 'com.igormaznitsa:jprol-core:2.1.0'
// https://jarcasting.com/artifacts/com.igormaznitsa/jprol-core/
implementation ("com.igormaznitsa:jprol-core:2.1.0")
'com.igormaznitsa:jprol-core:jar:2.1.0'
<dependency org="com.igormaznitsa" name="jprol-core" rev="2.1.0">
  <artifact name="jprol-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.igormaznitsa', module='jprol-core', version='2.1.0')
)
libraryDependencies += "com.igormaznitsa" % "jprol-core" % "2.1.0"
[com.igormaznitsa/jprol-core "2.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.igormaznitsa : java-prolog-parser jar 2.0.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.24

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.0