urilov.java-commons.2.2.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 java-commons Show documentation
Show all versions of java-commons Show documentation
Common functionality Java library
module com.github.akurilov.commons {
requires org.apache.commons.collections4;
requires java.base;
requires java.logging;
requires java.rmi;
exports com.github.akurilov.commons.collection;
exports com.github.akurilov.commons.concurrent;
exports com.github.akurilov.commons.concurrent.throttle;
exports com.github.akurilov.commons.func;
exports com.github.akurilov.commons.io;
exports com.github.akurilov.commons.io.collection;
exports com.github.akurilov.commons.io.file;
exports com.github.akurilov.commons.io.util;
exports com.github.akurilov.commons.math;
exports com.github.akurilov.commons.net;
exports com.github.akurilov.commons.net.ssl;
exports com.github.akurilov.commons.reflection;
exports com.github.akurilov.commons.system;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy