hik.integraal-core.1.6.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integraal-core Show documentation
Show all versions of integraal-core Show documentation
InteGraal module dedicated to computing core
/**
* Module for computing core of conjunctions in InteGraal
*
* @author Florent Tornil
*
*/
module fr.boreal.core {
requires transitive fr.boreal.model;
requires fr.boreal.query_evaluation;
requires fr.lirmm.boreal.util;
requires fr.boreal.storage;
requires fr.boreal.io;
requires jsonld.java;
exports fr.boreal.core;
}