
grapht-opt.1.5.2.source-code.module-info Maven / Gradle / Ivy
The newest version!
module org.jgrapht.opt
{
exports org.jgrapht.opt.graph.fastutil;
exports org.jgrapht.opt.graph.sparse;
requires transitive org.jgrapht.core;
requires transitive it.unimi.dsi.fastutil;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy