Installation#
You can use Corese-Core with Maven, Gradle, or by downloading the JAR directly from GitHub or Maven Central.
Maven#
Add the following dependency to your pom.xml
file:
<dependency>
<groupId>fr.inria.corese</groupId>
<artifactId>corese-core</artifactId>
<version>4.6.4</version>
</dependency>
Gradle#
Add this line to the dependencies
section of your build.gradle
file:
implementation 'fr.inria.corese:corese-core:4.6.4'