MVN

org.apache.marmotta : marmotta-reasoner

Maven & Gradle

Jan 14, 2014

Apache Marmotta Platform: Reasoner · Provides support for the sKWRL rule-based reasoning language. Rule programs can be uploaded and are evaluated in a forward chaining algorithm whenever a transaction commits. Since the reasoner evaluates rules directly on the database, reasoning is quite efficient.

<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>marmotta-reasoner</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.marmotta : marmotta-reasoner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of org.apache.marmotta : marmotta-reasoner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
marmotta-reasoner-3.1.0-incubating
3.0.x
marmotta-reasoner-3.0.1
marmotta-reasoner-3.0.0-incubating

How to add a dependency to Maven

Add the following org.apache.marmotta : marmotta-reasoner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>marmotta-reasoner</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.marmotta : marmotta-reasoner gradle dependency to your build.gradle file:

implementation 'org.apache.marmotta:marmotta-reasoner:3.0.1'

Gradle Kotlin DSL: Add the following org.apache.marmotta : marmotta-reasoner gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.marmotta:marmotta-reasoner:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.marmotta : marmotta-reasoner sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.marmotta" % "marmotta-reasoner" % "3.0.1"

Advertisement