MVN

org.semweb4j : rdfreactor.runtime

Maven & Gradle

Oct 30, 2014
6 usages

Semweb4j RDFReactor runtime library · RDFReactor creates domain-specific, type-safe Java classes which act as a view over domain-free, loosely typed RDF instances. This library needs to be shipped together with generated classes.

<dependency>
    <groupId>org.semweb4j</groupId>
    <artifactId>rdfreactor.runtime</artifactId>
    <version>5.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.semweb4j : rdfreactor.runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.1

All Versions

Choose a version of org.semweb4j : rdfreactor.runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
rdfreactor.runtime-5.0.1
rdfreactor.runtime-5.0.0

How to add a dependency to Maven

Add the following org.semweb4j : rdfreactor.runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.semweb4j</groupId>
    <artifactId>rdfreactor.runtime</artifactId>
    <version>5.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.semweb4j : rdfreactor.runtime gradle dependency to your build.gradle file:

implementation 'org.semweb4j:rdfreactor.runtime:5.0.1'

Gradle Kotlin DSL: Add the following org.semweb4j : rdfreactor.runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.semweb4j:rdfreactor.runtime:5.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.semweb4j : rdfreactor.runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.semweb4j" % "rdfreactor.runtime" % "5.0.1"

Advertisement