| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.marmotta |
| ArtifactId | ArtifactIdmarmotta-reasoner |
| Version | Version3.1.0-incubating |
| Type | Typejar |
| Description |
DescriptionApache 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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-reasoner/ -->
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>marmotta-reasoner</artifactId>
<version>3.1.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-reasoner/
implementation 'org.apache.marmotta:marmotta-reasoner:3.1.0-incubating'
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-reasoner/
implementation ("org.apache.marmotta:marmotta-reasoner:3.1.0-incubating")
'org.apache.marmotta:marmotta-reasoner:jar:3.1.0-incubating'
<dependency org="org.apache.marmotta" name="marmotta-reasoner" rev="3.1.0-incubating">
<artifact name="marmotta-reasoner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='marmotta-reasoner', version='3.1.0-incubating')
)
libraryDependencies += "org.apache.marmotta" % "marmotta-reasoner" % "3.1.0-incubating"
[org.apache.marmotta/marmotta-reasoner "3.1.0-incubating"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.marmotta : marmotta-core | jar | 3.1.0-incubating |
| org.apache.marmotta : kiwi-reasoner | jar | 3.1.0-incubating |
| org.jboss.weld.se : weld-se-core | jar | 2.0.4.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.marmotta : marmotta-core | test-jar | 3.1.0-incubating |
| org.eclipse.jetty : jetty-server | jar | 9.0.3.v20130506 |
| org.eclipse.jetty : jetty-servlet | jar | 9.0.3.v20130506 |
| junit : junit | jar | 4.11 |
| com.h2database : h2 | jar | 1.3.173 |
| com.jayway.restassured : rest-assured | jar | 1.7.1 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| com.google.code.tempus-fugit : tempus-fugit | jar | 1.1 |
| com.googlecode.jatl : jatl | jar | 0.2.2 |