Last Version

Apache Marmotta Platform: Versioning (Common Services) 3.4.0

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. This module contains the backend-independent services.

License

License

GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

marmotta-versioning-common
Version

Version

3.4.0
Type

Type

jar
Description

Description

Apache Marmotta Platform: Versioning (Common Services)
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. This module contains the backend-independent services.
Project URL

Project URL

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

Project Organization

The Apache Software Foundation

Download marmotta-versioning-common 3.4.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.marmotta : marmotta-core jar 3.4.0
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.