Dependency Information

Apache Maven

<dependency>
  <groupId>org.oxerr.spring.cache.redis.scored</groupId>
  <artifactId>spring-cache-redis-scored-spring-boot-autoconfigure</artifactId>
  <version>0.0.3-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.oxerr.spring.cache.redis.scored:spring-cache-redis-scored-spring-boot-autoconfigure:jar:0.0.3-SNAPSHOT'

Apache Ivy

<dependency org="org.oxerr.spring.cache.redis.scored" name="spring-cache-redis-scored-spring-boot-autoconfigure" rev="0.0.3-SNAPSHOT">
  <artifact name="spring-cache-redis-scored-spring-boot-autoconfigure" type="jar" />
</dependency>

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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