m

marmotta-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.
Files download
File Operation
marmotta-versioning-3.0.1.jar download
marmotta-versioning-3.0.1.pom download
marmotta-versioning-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.marmotta</groupId>
  <artifactId>marmotta-versioning</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.marmotta:marmotta-versioning:3.0.1'
Gradle Kotlin
implementation("org.apache.marmotta:marmotta-versioning:3.0.1")
Scala SBT
libraryDependencies += "org.apache.marmotta" % "marmotta-versioning" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.marmotta', module='marmotta-versioning', version='3.0.1')
)
Apache Ivy
<dependency org="org.apache.marmotta" name="marmotta-versioning" rev="3.0.1" />
Leiningen
[org.apache.marmotta/marmotta-versioning "3.0.1"]
Apache Buildr
'org.apache.marmotta:marmotta-versioning:jar:3.0.1'