java-util.0.6.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-util Show documentation
Show all versions of java-util Show documentation
Java utilities, some incorporating modern language features
The newest version!
module com.abissell.javautil {
exports com.abissell.javautil.concurrent;
exports com.abissell.javautil.io;
exports com.abissell.javautil.math;
exports com.abissell.javautil.rusty;
requires chronicle.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy