Last Version

Marmotta Sesame Tools: Triple Table 3.4.0

Provides a simple in-memory table using the Java Collections API to access triples. Additionally, the triple table offers in-memory indexes for typical query operations (e.g. listing by subject).

License

License

GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

marmotta-util-tripletable
Version

Version

3.4.0
Type

Type

jar
Description

Description

Marmotta Sesame Tools: Triple Table
Provides a simple in-memory table using the Java Collections API to access triples. Additionally, the triple table offers in-memory indexes for typical query operations (e.g. listing by subject).
Project URL

Project URL

http://marmotta.apache.org/marmotta-util-tripletable
Project Organization

Project Organization

The Apache Software Foundation

Download marmotta-util-tripletable 3.4.0


<!-- https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-util-tripletable/ -->
<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>marmotta-util-tripletable</artifactId>
    <version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-util-tripletable/
implementation 'org.apache.marmotta:marmotta-util-tripletable:3.4.0'
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-util-tripletable/
implementation ("org.apache.marmotta:marmotta-util-tripletable:3.4.0")
'org.apache.marmotta:marmotta-util-tripletable:jar:3.4.0'
<dependency org="org.apache.marmotta" name="marmotta-util-tripletable" rev="3.4.0">
  <artifact name="marmotta-util-tripletable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='marmotta-util-tripletable', version='3.4.0')
)
libraryDependencies += "org.apache.marmotta" % "marmotta-util-tripletable" % "3.4.0"
[org.apache.marmotta/marmotta-util-tripletable "3.4.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.openrdf.sesame : sesame-model jar 2.7.16
com.google.guava : guava jar 19.0
org.apache.marmotta : marmotta-commons jar 3.4.0

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (6)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
ch.qos.logback : logback-core jar 1.1.7
ch.qos.logback : logback-classic jar 1.1.7
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.