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

n-redis.13.11.3.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
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