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