| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.marmotta |
| ArtifactId | ArtifactIdmarmotta-versioning |
| Last Version | Last Version3.1.0-incubating |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Marmotta Platform: 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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-versioning/ -->
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>marmotta-versioning</artifactId>
<version>3.1.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-versioning/
implementation 'org.apache.marmotta:marmotta-versioning:3.1.0-incubating'
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-versioning/
implementation ("org.apache.marmotta:marmotta-versioning:3.1.0-incubating")
'org.apache.marmotta:marmotta-versioning:jar:3.1.0-incubating'
<dependency org="org.apache.marmotta" name="marmotta-versioning" rev="3.1.0-incubating">
<artifact name="marmotta-versioning" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='marmotta-versioning', version='3.1.0-incubating')
)
libraryDependencies += "org.apache.marmotta" % "marmotta-versioning" % "3.1.0-incubating"
[org.apache.marmotta/marmotta-versioning "3.1.0-incubating"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.marmotta : marmotta-core | jar | 3.1.0-incubating |
| org.apache.marmotta : kiwi-versioning | jar | 3.1.0-incubating |
| org.freemarker : freemarker | jar | 2.3.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.hamcrest : hamcrest-core | jar | 1.3 |