MVN

io.konig : konig-ldp

Maven & Gradle

Oct 17, 2019
3 usages
4 stars

Konig Linked Data Platform · An implementation of the W3C Linked Data Platform

<dependency>
    <groupId>io.konig</groupId>
    <artifactId>konig-ldp</artifactId>
    <version>1.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.konig : konig-ldp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.0

All Versions

Choose a version of io.konig : konig-ldp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
konig-ldp-2.11.0
2.8.x
konig-ldp-2.8.0
2.7.x
konig-ldp-2.7.0
2.6.x
konig-ldp-2.6.0
2.5.x
konig-ldp-2.5.0
2.4.x
konig-ldp-2.4.0
2.3.x
konig-ldp-2.3.0
2.2.x
konig-ldp-2.2.0
2.1.x
konig-ldp-2.1.0
2.0.x
konig-ldp-2.0.0
konig-ldp-2.0.0-7
konig-ldp-2.0.0-6
konig-ldp-2.0.0-5
konig-ldp-2.0.0-3
konig-ldp-2.0.0-2
konig-ldp-2.0.0-1
1.12.x
konig-ldp-1.12.0
1.7.x
konig-ldp-1.7.7
konig-ldp-1.7.6
konig-ldp-1.7.5
konig-ldp-1.7.4
konig-ldp-1.7.3
konig-ldp-1.7.1
konig-ldp-1.7.0
1.0.x
konig-ldp-1.0.8

How to add a dependency to Maven

Add the following io.konig : konig-ldp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.konig</groupId>
    <artifactId>konig-ldp</artifactId>
    <version>1.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.konig : konig-ldp gradle dependency to your build.gradle file:

implementation 'io.konig:konig-ldp:1.12.0'

Gradle Kotlin DSL: Add the following io.konig : konig-ldp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.konig:konig-ldp:1.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.konig : konig-ldp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.konig" % "konig-ldp" % "1.12.0"

Advertisement