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

lojang-collections.2.0.4.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.0.9
Show newest version
/**
 * A small collection of non-trivial additions to the Java Collections Framework.
 */
module org.klojang.collections {

    exports org.klojang.collections;

    requires org.klojang.check;
    requires org.klojang.util;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy