MVN

fr.inria.corese : corese-rdf4j

Maven & Gradle

Mar 30, 2023
1 usages
58 stars

corese-rdf4j · Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update, Shacl. STTL. LDScript.

<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-rdf4j</artifactId>
    <version>4.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.inria.corese : corese-rdf4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.0

All Versions

Choose a version of fr.inria.corese : corese-rdf4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
corese-rdf4j-4.4.0
4.3.x
corese-rdf4j-4.3.0

How to add a dependency to Maven

Add the following fr.inria.corese : corese-rdf4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-rdf4j</artifactId>
    <version>4.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.inria.corese : corese-rdf4j gradle dependency to your build.gradle file:

implementation 'fr.inria.corese:corese-rdf4j:4.4.0'

Gradle Kotlin DSL: Add the following fr.inria.corese : corese-rdf4j gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.inria.corese:corese-rdf4j:4.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.inria.corese : corese-rdf4j sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.inria.corese" % "corese-rdf4j" % "4.4.0"

Advertisement