не последняя версия
Последняя версия 3.1.0-incubating

org.apache.marmotta:marmotta-versioning 3.0.1

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.

Группа

Группа

org.apache.marmotta
Идентификатор

Идентификатор

marmotta-versioning
Версия

Версия

3.0.1
Тип

Тип

jar

Скачать marmotta-versioning 3.0.1


<!-- https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-versioning/ -->
<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>marmotta-versioning</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-versioning/
implementation 'org.apache.marmotta:marmotta-versioning:3.0.1'
// https://jarcasting.com/artifacts/org.apache.marmotta/marmotta-versioning/
implementation ("org.apache.marmotta:marmotta-versioning:3.0.1")
'org.apache.marmotta:marmotta-versioning:jar:3.0.1'
<dependency org="org.apache.marmotta" name="marmotta-versioning" rev="3.0.1">
  <artifact name="marmotta-versioning" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta', module='marmotta-versioning', version='3.0.1')
)
libraryDependencies += "org.apache.marmotta" % "marmotta-versioning" % "3.0.1"
[org.apache.marmotta/marmotta-versioning "3.0.1"]