n-redis.13.11.3.source-code.module-info Maven / Gradle / Ivy
import io.ebean.cache.ServerCachePlugin;
/**
* Provider of ServerCachePlugin.
*/
module io.ebean.redis {
provides ServerCachePlugin with io.ebean.redis.RedisCachePlugin;
requires transitive io.ebean.core;
requires transitive redis.clients.jedis;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy