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

grapht-unimi-dsi.1.5.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
module org.jgrapht.unimi.dsi
{
    exports org.jgrapht.webgraph;
	exports org.jgrapht.sux4j;

    requires transitive org.jgrapht.core;
	requires transitive org.jgrapht.opt;
    requires transitive it.unimi.dsi.fastutil;
    requires transitive it.unimi.dsi.webgraph;
    requires transitive it.unimi.dsi.big.webgraph;
    requires transitive it.unimi.dsi.dsiutils;
    requires transitive it.unimi.dsi.sux4j;
    requires transitive com.google.common;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy