rmon.thread-utils-jvm.1.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 thread-utils-jvm Show documentation
Show all versions of thread-utils-jvm Show documentation
Utilities for using threads
The newest version!
/** module for thread utillities */
module io.github.wcarmon.thread {
exports io.github.wcarmon.thread;
requires com.google.common;
requires org.jetbrains.annotations;
}