is not current version
Last Version 3.4.0

org.apache.marmotta:marmotta-util-tripletable 3.2.1

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).

GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

marmotta-util-tripletable
Version

Version

3.2.1
Type

Type

jar

Download marmotta-util-tripletable 3.2.1


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