All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hik.integraal-core.1.6.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
/**
 * 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy