MVN

org.apache.marmotta : marmotta-versioning-common

Maven & Gradle

Jun 12, 2018
2 usages
17 stars

Apache Marmotta Platform: Versioning (Common Services) · 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.

<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>marmotta-versioning-common</artifactId>
    <version>3.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.marmotta : marmotta-versioning-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.0

All Versions

Choose a version of org.apache.marmotta : marmotta-versioning-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • marmotta-versioning-common-3.4.0

    Jun 12, 2018
  • marmotta-versioning-common-3.3.0

    Dec 05, 2014
  • marmotta-versioning-common-3.2.1

    May 20, 2014
  • marmotta-versioning-common-3.2.0

    Apr 09, 2014

How to add a dependency to Maven

Add the following org.apache.marmotta : marmotta-versioning-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.marmotta</groupId>
    <artifactId>marmotta-versioning-common</artifactId>
    <version>3.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.marmotta : marmotta-versioning-common gradle dependency to your build.gradle file:

implementation 'org.apache.marmotta:marmotta-versioning-common:3.4.0'

Gradle Kotlin DSL: Add the following org.apache.marmotta : marmotta-versioning-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.marmotta:marmotta-versioning-common:3.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.marmotta : marmotta-versioning-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.marmotta" % "marmotta-versioning-common" % "3.4.0"