MVN

fr.inria.corese : corese-command

Maven & Gradle

Mar 30, 2023

corese-command · 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-command</artifactId>
    <version>4.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.4.0

All Versions

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

Version Vulnerabilities Updated
4.4.x
corese-command-4.4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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