MVN

it.unibo.tuprolog : parser-theory-jvm

Maven & Gradle

Aug 25, 2023
7 usages
82 stars

2P-Kt, Parser-Theory Module · Parsing facilities for knoledge bases made up of logic clauses, out of Prolog standard syntax

<dependency>
    <groupId>it.unibo.tuprolog</groupId>
    <artifactId>parser-theory-jvm</artifactId>
    <version>0.31.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.unibo.tuprolog : parser-theory-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.31.13

All Versions

Choose a version of it.unibo.tuprolog : parser-theory-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.31.x
parser-theory-jvm-0.31.13
parser-theory-jvm-0.31.12
parser-theory-jvm-0.31.11
parser-theory-jvm-0.31.10
parser-theory-jvm-0.31.9
parser-theory-jvm-0.31.8
parser-theory-jvm-0.31.7
parser-theory-jvm-0.31.5-dev0m+0c07eb350
parser-theory-jvm-0.31.5-dev0f+5a2ad7593
parser-theory-jvm-0.31.5-dev0c+d53549ad7
parser-theory-jvm-0.31.5-dev02+b65f8712e
parser-theory-jvm-0.31.5-dev01+75e0f28ea
parser-theory-jvm-0.31.5
parser-theory-jvm-0.31.4-dev01+3caf83203
parser-theory-jvm-0.31.4
parser-theory-jvm-0.31.3
parser-theory-jvm-0.31.2
parser-theory-jvm-0.31.1-dev02+0cd8a1ae6
parser-theory-jvm-0.31.1-dev01+f8b39929b
parser-theory-jvm-0.31.1
parser-theory-jvm-0.31.0
0.30.x
parser-theory-jvm-0.30.5
parser-theory-jvm-0.30.4
parser-theory-jvm-0.30.3-dev0a+69949374d
parser-theory-jvm-0.30.3
parser-theory-jvm-0.30.2-dev0f+259d7b5b
parser-theory-jvm-0.30.2-dev08+5b060658
parser-theory-jvm-0.30.2
parser-theory-jvm-0.30.1
parser-theory-jvm-0.30.0-dev01+725eae35
parser-theory-jvm-0.30.0
0.20.x
parser-theory-jvm-0.20.9-dev0g+63540268
parser-theory-jvm-0.20.9-dev0c+bc6d9512
parser-theory-jvm-0.20.9-dev0a+8e9a240b
parser-theory-jvm-0.20.9-dev03+3250bb16
parser-theory-jvm-0.20.9-dev02+01edbfee
parser-theory-jvm-0.20.9-dev01+ada92962
parser-theory-jvm-0.20.9
parser-theory-jvm-0.20.7
parser-theory-jvm-0.20.4
parser-theory-jvm-0.20.3
parser-theory-jvm-0.20.2-dev07+51892bb0
parser-theory-jvm-0.20.2
parser-theory-jvm-0.20.1
parser-theory-jvm-0.20.0
0.19.x
parser-theory-jvm-0.19.0-dev2h+f6956cce
parser-theory-jvm-0.19.0
0.18.x
parser-theory-jvm-0.18.2-dev11+a1bd2a91
parser-theory-jvm-0.18.2-dev0z+13957e4e
parser-theory-jvm-0.18.2
parser-theory-jvm-0.18.1-dev05+178b1e2d
parser-theory-jvm-0.18.1
parser-theory-jvm-0.18.0
0.17.x
parser-theory-jvm-0.17.4-dev1q+a89f03d9
parser-theory-jvm-0.17.4-dev1d+a1160f82
parser-theory-jvm-0.17.4-dev0j+7e9a6f28
parser-theory-jvm-0.17.4-dev09+485a46b2
parser-theory-jvm-0.17.4
parser-theory-jvm-0.17.3-dev0a+b6708d58
parser-theory-jvm-0.17.3-dev08+7cca0c42
parser-theory-jvm-0.17.3
parser-theory-jvm-0.17.2-dev03+43981b51
parser-theory-jvm-0.17.2
parser-theory-jvm-0.17.1-dev1o+35e72985
parser-theory-jvm-0.17.1-dev18+089dd410
parser-theory-jvm-0.17.1-dev0z+70805b63
parser-theory-jvm-0.17.1-dev0w+54dd0dd0
parser-theory-jvm-0.17.1-dev0v+25724c0c
parser-theory-jvm-0.17.1-dev03+67bb5e23
parser-theory-jvm-0.17.1
parser-theory-jvm-0.17.0
0.16.x
parser-theory-jvm-0.16.1-dev4z+7e0f0041
parser-theory-jvm-0.16.1-dev4u+b2f05e44
parser-theory-jvm-0.16.1-dev4o+a2fea905
parser-theory-jvm-0.16.1
parser-theory-jvm-0.16.0
0.15.x
parser-theory-jvm-0.15.2
parser-theory-jvm-0.15.0
0.14.x
parser-theory-jvm-0.14.11
0.13.x
parser-theory-jvm-0.13.0
0.12.x
parser-theory-jvm-0.12.1
parser-theory-jvm-0.12.0
0.11.x
parser-theory-jvm-0.11.5
parser-theory-jvm-0.11.4
parser-theory-jvm-0.11.3
parser-theory-jvm-0.11.2
parser-theory-jvm-0.11.1
parser-theory-jvm-0.11.0
0.10.x
parser-theory-jvm-0.10.2

How to add a dependency to Maven

Add the following it.unibo.tuprolog : parser-theory-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.unibo.tuprolog</groupId>
    <artifactId>parser-theory-jvm</artifactId>
    <version>0.31.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.unibo.tuprolog : parser-theory-jvm gradle dependency to your build.gradle file:

implementation 'it.unibo.tuprolog:parser-theory-jvm:0.31.13'

Gradle Kotlin DSL: Add the following it.unibo.tuprolog : parser-theory-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("it.unibo.tuprolog:parser-theory-jvm:0.31.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.unibo.tuprolog : parser-theory-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "it.unibo.tuprolog" % "parser-theory-jvm" % "0.31.13"

Advertisement

Dependencies from Group

May 18, 2021
9 usages
82 stars
Aug 25, 2023
9 usages
82 stars
Aug 25, 2023
9 usages
82 stars
Aug 25, 2023
9 usages
82 stars
Aug 25, 2023
8 usages
82 stars

Discover Dependencies

Aug 09, 2023
10 usages
0 stars
Jun 15, 2020
7 usages
1.1k stars
Jun 15, 2020
7 usages
1.1k stars
Apr 12, 2022
8 usages
Jun 20, 2020
7 usages
1 stars
Aug 24, 2023
9 usages
53 stars
Aug 25, 2023
18 usages
11.9k stars
May 18, 2023
7 usages
402 stars
May 18, 2023
7 usages
402 stars
Aug 14, 2023
7 usages
19 stars