Installation#

Corese Core#

Badge Maven Central Badge Github Release

<!-- Maven -->
<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-core</artifactId>
    <version>X.Y.Z</version> <!-- replace X.Y.Z with the version number -->
</dependency>
// Gradle
implementation 'fr.inria.corese:corese-core:X.Y.Z' // replace X.Y.Z with the version number

Storage Modules#

Jena storage:

Badge Maven Central Badge Github Release

<!-- Maven -->
<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-jena</artifactId>
    <version>X.Y.Z</version> <!-- replace X.Y.Z with the version number -->
</dependency>
// Gradle
implementation 'fr.inria.corese:corese-jena:X.Y.Z' // replace X.Y.Z with the version number

RDF4J storage:

Badge Maven Central Badge Github Release

<!-- Maven -->
<dependency>
    <groupId>fr.inria.corese</groupId>
    <artifactId>corese-rdf4j</artifactId>
    <version>X.Y.Z</version> <!-- replace X.Y.Z with the version number -->
</dependency>
// Gradle
implementation 'fr.inria.corese:corese-rdf4j:X.Y.Z' // replace X.Y.Z with the version number