lojang-collections.2.0.4.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 klojang-collections Show documentation
Show all versions of klojang-collections Show documentation
Non-trivial additions to the Java Collections Framework
/**
* 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;
}