License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.igormaznitsa |
ArtifactId | ArtifactIdjprol-core |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjprol-core
A small embeddable Java based Edinburgh-styled Prolog interpreter with minimalistic libraries
|
Filename | Size |
---|---|
jprol-core-2.1.0.pom | |
jprol-core-2.1.0-sources.jar | 102 KB |
jprol-core-2.1.0-javadoc.jar | 854 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.igormaznitsa : java-prolog-parser | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |