# Installation ## Corese Core [![Badge Maven Central](./_static/logo/badge_maven.svg)](https://central.sonatype.com/artifact/fr.inria.corese/corese-core) [![Badge Github Release](./_static/logo/badge_github.svg)](https://github.com/corese-stack/corese-core/releases) ```xml fr.inria.corese corese-core X.Y.Z ``` ```Groovy // 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](./_static/logo/badge_maven.svg)](https://central.sonatype.com/artifact/fr.inria.corese/corese-jena) [![Badge Github Release](./_static/logo/badge_github.svg)](https://github.com/corese-stack/corese-plugin-storage-jena/releases) ```xml fr.inria.corese corese-jena X.Y.Z ``` ```Groovy // Gradle implementation 'fr.inria.corese:corese-jena:X.Y.Z' // replace X.Y.Z with the version number ``` **RDF4J storage:** [![Badge Maven Central](./_static/logo/badge_maven.svg)](https://central.sonatype.com/artifact/fr.inria.corese/corese-rdf4j) [![Badge Github Release](./_static/logo/badge_github.svg)](https://github.com/corese-stack/corese-plugin-storage-rdf4j/releases) ```xml fr.inria.corese corese-rdf4j X.Y.Z ``` ```Groovy // Gradle implementation 'fr.inria.corese:corese-rdf4j:X.Y.Z' // replace X.Y.Z with the version number ```