urilov.java-commons.2.3.6.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
The newest version!
module com.github.akurilov.commons {
requires java.base;
requires java.logging;
requires java.rmi;
requires juel.api;
requires juel.impl;
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.el;
exports com.github.akurilov.commons.io.file;
exports com.github.akurilov.commons.io.util;
exports com.github.akurilov.commons.lang;
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