Dependency Information

Apache Maven

  1. <dependency>
  2. <groupId>org.oxerr.spring.cache.redis.scored</groupId>
  3. <artifactId>spring-cache-redis-scored-spring-boot</artifactId>
  4. <version>0.0.3-SNAPSHOT</version>
  5. <type>pom</type>
  6. </dependency>

Apache Buildr

  1. 'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot:pom:0.0.3-SNAPSHOT'

Apache Ivy

  1. <dependency org="org.oxerr.spring.cache.redis.scored" name="spring-cache-redis-scored-spring-boot" rev="0.0.3-SNAPSHOT">
  2. <artifact name="spring-cache-redis-scored-spring-boot" type="pom" />
  3. </dependency>

Groovy Grape

  1. @Grapes(
  2. @Grab(group='org.oxerr.spring.cache.redis.scored', module='spring-cache-redis-scored-spring-boot', version='0.0.3-SNAPSHOT')
  3. )

Gradle/Grails

  1. compile 'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot:0.0.3-SNAPSHOT'

Scala SBT

  1. libraryDependencies += "org.oxerr.spring.cache.redis.scored" % "spring-cache-redis-scored-spring-boot" % "0.0.3-SNAPSHOT"

Leiningen

  1. [org.oxerr.spring.cache.redis.scored/spring-cache-redis-scored-spring-boot "0.0.3-SNAPSHOT"]