All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rmon.cache-utils-jvm.1.0.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
/** JVM module specification for Cache Utils lib */
module io.github.wcarmon.config {
    requires org.jetbrains.annotations;

    exports io.github.wcarmon.cache;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy