Dependency Information
Apache Maven
<dependency> <groupId>org.oxerr.spring.cache.redis.scored</groupId> <artifactId>spring-cache-redis-scored-jmh</artifactId> <version>0.0.3-SNAPSHOT</version> </dependency>
Apache Buildr
'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-jmh:jar:0.0.3-SNAPSHOT'
Apache Ivy
<dependency org="org.oxerr.spring.cache.redis.scored" name="spring-cache-redis-scored-jmh" rev="0.0.3-SNAPSHOT"> <artifact name="spring-cache-redis-scored-jmh" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.oxerr.spring.cache.redis.scored', module='spring-cache-redis-scored-jmh', version='0.0.3-SNAPSHOT') )
Gradle/Grails
compile 'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-jmh:0.0.3-SNAPSHOT'
Scala SBT
libraryDependencies += "org.oxerr.spring.cache.redis.scored" % "spring-cache-redis-scored-jmh" % "0.0.3-SNAPSHOT"
Leiningen
[org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-jmh "0.0.3-SNAPSHOT"]