Download marmotta-versioning-common-3.3.0.jar file - Jar m

Jar examples for m:marmotta-versioning-common

Description

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.3.0 in this page.

License

Apache License

Build File

You can use the following script to add marmotta-versioning-common-3.3.0.jar to your project.

<dependency>
   <groupId>org.apache.marmotta</groupId>
   <artifactId>marmotta-versioning-common</artifactId>
   <version>3.3.0</version>
</dependency>
compile group: 'org.apache.marmotta', name: 'marmotta-versioning-common', version: '3.3.0'
libraryDependencies += "org.apache.marmotta" % "marmotta-versioning-common" % "3.3.0"
<dependency org="org.apache.marmotta" name="marmotta-versioning-common" rev="3.3.0"/>
@Grapes(@Grab(group='org.apache.marmotta', module='marmotta-versioning-common', version='3.3.0'))
'org.apache.marmotta:marmotta-versioning-common:jar:3.3.0'

Download

Click the following link to download the jar file.

marmotta-versioning-common-3.3.0-sources.jar
marmotta-versioning-common-3.3.0.jar
marmotta-versioning-common-3.3.0.pom



Related Tutorials