n-manes.caffeine.caffeine.3.0.3.source-code.module-info Maven / Gradle / Ivy
module com.github.benmanes.caffeine {
exports com.github.benmanes.caffeine.cache;
exports com.github.benmanes.caffeine.cache.stats;
requires static com.google.errorprone.annotations;
requires static org.checkerframework.checker.qual;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy