MVN

net.enilink.komma : net.enilink.komma.em

Maven & Gradle

Jan 28, 2023
3 usages
20 stars

KOMMA: Entity Manager · KOMMA is a framework for linked data applications. It supports the management and editing of RDF, RDFS and OWL. It provides Object-Triple-Mapping (comparable to JPA), an editing framework as well as Eclipse RCP and RAP integration.

<dependency>
    <groupId>net.enilink.komma</groupId>
    <artifactId>net.enilink.komma.em</artifactId>
    <version>1.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.enilink.komma : net.enilink.komma.em to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.4

All Versions

Choose a version of net.enilink.komma : net.enilink.komma.em to add to Maven or Gradle - All Versions:

  • Version Updated
  • net.enilink.komma.em-1.7.4

    Jan 28, 2023
  • net.enilink.komma.em-1.7.3

    Jan 09, 2023
  • net.enilink.komma.em-1.7.2

    Dec 19, 2022
  • net.enilink.komma.em-1.7.1

    Dec 14, 2022
  • net.enilink.komma.em-1.7.0

    Dec 13, 2022
  • net.enilink.komma.em-1.6.3

    Dec 13, 2022
  • net.enilink.komma.em-1.6.2

    Jun 30, 2022
  • net.enilink.komma.em-1.6.1

    Jun 22, 2022
  • net.enilink.komma.em-1.6.0

    Jun 22, 2022
  • net.enilink.komma.em-1.5.3

    Jun 16, 2022
  • net.enilink.komma.em-1.5.2

    Dec 07, 2020
  • net.enilink.komma.em-1.5.1

    Sep 10, 2020
  • net.enilink.komma.em-1.5.0

    Sep 02, 2020
  • net.enilink.komma.em-1.4.2

    Sep 02, 2020
  • net.enilink.komma.em-1.4.1

    Mar 20, 2020
  • net.enilink.komma.em-1.4.0

    Jan 20, 2020

How to add a dependency to Maven

Add the following net.enilink.komma : net.enilink.komma.em maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.enilink.komma</groupId>
    <artifactId>net.enilink.komma.em</artifactId>
    <version>1.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.enilink.komma : net.enilink.komma.em gradle dependency to your build.gradle file:

implementation 'net.enilink.komma:net.enilink.komma.em:1.7.4'

Gradle Kotlin DSL: Add the following net.enilink.komma : net.enilink.komma.em gradle kotlin dependency to your build.gradle.kts file:

implementation("net.enilink.komma:net.enilink.komma.em:1.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.enilink.komma : net.enilink.komma.em sbt scala dependency to your build.sbt file:

libraryDependencies += "net.enilink.komma" % "net.enilink.komma.em" % "1.7.4"