MVN

io.github.leoprover : scala-tptp-parser_2.13

Maven & Gradle

Mar 25, 2023
5 stars

scala-tptp-parser · scala-tptp-parser is a library for parsing the input languages of the TPTP infrastructure for knowledge representation and reasoning. The package contains a data structure for the abstract syntax tree (AST) of the parsed input as well as the parser for the different language of the TPTP, see http://tptp.org for details. In particular, parser are available for: - THF (TH0/TH1): Monomorphic and polymorphic higher-order logic, - TFF (TF0/TF1): Monomorphic and polymorphic typed first-order logic, including extended TFF (TFX), - FOF: Untyped first-order logic, - TCF: Typed clause-normal form, - CNF: (Untyped) clause-normal form, and - TPI: TPTP Process Instruction language. The parser was initially based on v7.4.0.3 of the TPTP syntax BNF (http://tptp.org/TPTP/SyntaxBNF.html), but is continuously updated to keep track of TPTP language updates.

<dependency>
    <groupId>io.github.leoprover</groupId>
    <artifactId>scala-tptp-parser_2.13</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.leoprover : scala-tptp-parser_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of io.github.leoprover : scala-tptp-parser_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
scala-tptp-parser_2.13-1.7.1
scala-tptp-parser_2.13-1.7.0
1.6.x
scala-tptp-parser_2.13-1.6.5
scala-tptp-parser_2.13-1.6.4
scala-tptp-parser_2.13-1.6.3
scala-tptp-parser_2.13-1.6.2
scala-tptp-parser_2.13-1.6.1
1.6
scala-tptp-parser_2.13-1.6
1.5
scala-tptp-parser_2.13-1.5
1.4
scala-tptp-parser_2.13-1.4
1.3
scala-tptp-parser_2.13-1.3

How to add a dependency to Maven

Add the following io.github.leoprover : scala-tptp-parser_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.leoprover</groupId>
    <artifactId>scala-tptp-parser_2.13</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.leoprover : scala-tptp-parser_2.13 gradle dependency to your build.gradle file:

implementation 'io.github.leoprover:scala-tptp-parser_2.13:1.7.1'

Gradle Kotlin DSL: Add the following io.github.leoprover : scala-tptp-parser_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.leoprover:scala-tptp-parser_2.13:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.leoprover : scala-tptp-parser_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.leoprover" % "scala-tptp-parser_2.13" % "1.7.1"