Last Version

Java Prolog Parser 2.0.0

It is a hand-written prolog parser, it allows to parse prolog sources written in Edinburgh Prolog style

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.igormaznitsa
ArtifactId

ArtifactId

prologparser
Version

Version

2.0.0
Type

Type

jar
Description

Description

Java Prolog Parser
It is a hand-written prolog parser, it allows to parse prolog sources written in Edinburgh Prolog style
Project URL

Project URL

https://github.com/raydac/java-prolog-parser
Project Organization

Project Organization

Igor Maznitsa
Source Code Management

Source Code Management

https://github.com/raydac/java-prolog-parser

Download prologparser 2.0.0


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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.junit.jupiter : junit-jupiter-engine jar 5.3.1
org.mockito : mockito-core jar 2.23.0

Project Modules

There are no modules declared in this project.