Jar examples for m:marmotta-versioning-common
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.
You can download jar file marmotta-versioning-common 3.4.0 in this page.
Apache License
You can use the following script to add marmotta-versioning-common-3.4.0.jar to your project.
<dependency> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-versioning-common</artifactId> <version>3.4.0</version> </dependency>
compile group: 'org.apache.marmotta', name: 'marmotta-versioning-common', version: '3.4.0'
libraryDependencies += "org.apache.marmotta" % "marmotta-versioning-common" % "3.4.0"
<dependency org="org.apache.marmotta" name="marmotta-versioning-common" rev="3.4.0"/>
@Grapes(@Grab(group='org.apache.marmotta', module='marmotta-versioning-common', version='3.4.0'))
'org.apache.marmotta:marmotta-versioning-common:jar:3.4.0'
Click the following link to download the jar file.
marmotta-versioning-common-3.4.0-sources.jar