Apache Marmotta Platform: Versioning

This module provides versioning support for all modifications of the data contained in the LMF System (triples, resources, namespaces). Versions are accessible according to the Memento protocol using a special webservice. Versioning is triggered when a transaction finishes successfully and will store additional versioning information in the database. Note that this implies a certain performance overhead.

License

License

GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

marmotta-versioning
Last Version

Last Version

3.1.0-incubating
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Marmotta Platform: Versioning
This module provides versioning support for all modifications of the data contained in the LMF System (triples, resources, namespaces). Versions are accessible according to the Memento protocol using a special webservice. Versioning is triggered when a transaction finishes successfully and will store additional versioning information in the database. Note that this implies a certain performance overhead.
Project URL

Project URL

http://marmotta.incubator.apache.org/marmotta-versioning
Project Organization

Project Organization

The Apache Software Foundation

Download marmotta-versioning

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.marmotta : marmotta-core jar 3.1.0-incubating
org.apache.marmotta : kiwi-versioning jar 3.1.0-incubating
org.freemarker : freemarker jar 2.3.20

provided (1)

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

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.0-incubating
3.0.1
3.0.0-incubating