MVN

com.inrupt.rdf : inrupt-rdf-wrapping-rdf4j

Maven & Gradle

Jul 14, 2023

Inrupt RDF Wrapping - RDF4J · Inrupt RDF4J RDF Wrapping libraries

<dependency>
    <groupId>com.inrupt.rdf</groupId>
    <artifactId>inrupt-rdf-wrapping-rdf4j</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.inrupt.rdf : inrupt-rdf-wrapping-rdf4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.inrupt.rdf : inrupt-rdf-wrapping-rdf4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
inrupt-rdf-wrapping-rdf4j-1.0.0
0.4.x
inrupt-rdf-wrapping-rdf4j-0.4.0

How to add a dependency to Maven

Add the following com.inrupt.rdf : inrupt-rdf-wrapping-rdf4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.inrupt.rdf</groupId>
    <artifactId>inrupt-rdf-wrapping-rdf4j</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.inrupt.rdf : inrupt-rdf-wrapping-rdf4j gradle dependency to your build.gradle file:

implementation 'com.inrupt.rdf:inrupt-rdf-wrapping-rdf4j:1.0.0'

Gradle Kotlin DSL: Add the following com.inrupt.rdf : inrupt-rdf-wrapping-rdf4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.inrupt.rdf:inrupt-rdf-wrapping-rdf4j:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.inrupt.rdf : inrupt-rdf-wrapping-rdf4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.inrupt.rdf" % "inrupt-rdf-wrapping-rdf4j" % "1.0.0"