MVN

fr.lirmm.graphik : graal-defeasible-core

Maven & Gradle

Mar 06, 2019
1 usages
0 stars

Graal Defeasible Core · This is the core library relying on the GRAAL reasoning tool and containing a Defeasible Existential Rules DLGP parser along with the support for preferences on rules and alternatives

<dependency>
    <groupId>fr.lirmm.graphik</groupId>
    <artifactId>graal-defeasible-core</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.lirmm.graphik : graal-defeasible-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of fr.lirmm.graphik : graal-defeasible-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
graal-defeasible-core-0.0.6
graal-defeasible-core-0.0.4
graal-defeasible-core-0.0.3
graal-defeasible-core-0.0.2
graal-defeasible-core-0.0.1

How to add a dependency to Maven

Add the following fr.lirmm.graphik : graal-defeasible-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.lirmm.graphik</groupId>
    <artifactId>graal-defeasible-core</artifactId>
    <version>0.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.lirmm.graphik : graal-defeasible-core gradle dependency to your build.gradle file:

implementation 'fr.lirmm.graphik:graal-defeasible-core:0.0.6'

Gradle Kotlin DSL: Add the following fr.lirmm.graphik : graal-defeasible-core gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.lirmm.graphik:graal-defeasible-core:0.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.lirmm.graphik : graal-defeasible-core sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.lirmm.graphik" % "graal-defeasible-core" % "0.0.6"

Advertisement