hik.integraal-grd.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-grd Show documentation
Show all versions of integraal-grd Show documentation
graph of rule dependencies module for InteGraal
The newest version!
/**
* Module for grd elements of InteGraal
*
* @author Florent Tornil
*
*/
module fr.boreal.grd {
requires transitive fr.boreal.model;
requires fr.lirmm.boreal.util;
requires fr.boreal.unifiers;
requires fr.boreal.storage;
requires fr.boreal.query_evaluation;
requires org.jgrapht.core;
requires gs.core;
requires com.google.common;
requires fr.boreal.io;
exports fr.boreal.grd.api;
exports fr.boreal.grd.impl;
exports fr.boreal.grd.impl.dependency_checker;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy