k

komma-parent

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.
https://komma.enilink.net/
Eclipse Public License v2.0
Fraunhofer IWU
Ken Wenzel Marko Friedemann Heiner Reinhardt
Files download
File Operation
komma-parent-1.7.4.pom download
Apache Maven
<dependency>
  <groupId>net.enilink.komma</groupId>
  <artifactId>komma-parent</artifactId>
  <version>1.7.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.enilink.komma:komma-parent:1.7.4'
Gradle Kotlin
implementation("net.enilink.komma:komma-parent:1.7.4")
Scala SBT
libraryDependencies += "net.enilink.komma" % "komma-parent" % "1.7.4"
Groovy Grape
@Grapes(
  @Grab(group='net.enilink.komma', module='komma-parent', version='1.7.4')
)
Apache Ivy
<dependency org="net.enilink.komma" name="komma-parent" rev="1.7.4" />
Leiningen
[net.enilink.komma/komma-parent "1.7.4"]
Apache Buildr
'net.enilink.komma:komma-parent:jar:1.7.4'
Dependencies