![JAR search and dependency download from the Maven repository](/logo.png)
yalvarezdev.primitive.2.0.0.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 primitive Show documentation
Show all versions of primitive Show documentation
Primitive collections framework based on Java Collections API
The newest version!
module io.github.andyalvarez.primitive {
requires jdk.unsupported;
exports io.github.andyalvarez.primitive;
exports io.github.andyalvarez.primitive.function;
exports io.github.andyalvarez.primitive.iterators;
exports io.github.andyalvarez.primitive.comparators;
exports io.github.andyalvarez.primitive.lists.abstracts;
exports io.github.andyalvarez.primitive.lists.impl;
exports io.github.andyalvarez.primitive.lists;
exports io.github.andyalvarez.primitive.pair.absint.value;
exports io.github.andyalvarez.primitive.pair.absint.key;
exports io.github.andyalvarez.primitive.pair.abstracts;
exports io.github.andyalvarez.primitive.pair.impl;
exports io.github.andyalvarez.primitive.pair;
exports io.github.andyalvarez.primitive.sets.abstracts;
exports io.github.andyalvarez.primitive.sets.impl;
exports io.github.andyalvarez.primitive.sets;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy