MVN

org.redis : scala-redis_2.10.0

Maven & Gradle

Feb 02, 2015
5 stars

Scala Redis · # Redis Scala client ## Key features of the library - Native Scala types Set and List responses. - Transparent serialization - Connection pooling - Consistent Hashing on the client. - Support for basic Redis sharding. http://redis.io/topics/partitioning - Support for Redis Sentinel

<dependency>
    <groupId>org.redis</groupId>
    <artifactId>scala-redis_2.10.0</artifactId>
    <version>0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.redis : scala-redis_2.10.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.18

All Versions

Choose a version of org.redis : scala-redis_2.10.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
scala-redis_2.10.0-0.0.18
scala-redis_2.10.0-0.0.17
scala-redis_2.10.0-0.0.16
scala-redis_2.10.0-0.0.15
scala-redis_2.10.0-0.0.14
scala-redis_2.10.0-0.0.12
scala-redis_2.10.0-0.0.11
scala-redis_2.10.0-0.0.10
scala-redis_2.10.0-0.0.9
scala-redis_2.10.0-0.0.8
scala-redis_2.10.0-0.0.7
scala-redis_2.10.0-0.0.6
scala-redis_2.10.0-0.0.5
scala-redis_2.10.0-0.0.4
scala-redis_2.10.0-0.0.2
scala-redis_2.10.0-0.0.1

How to add a dependency to Maven

Add the following org.redis : scala-redis_2.10.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.redis</groupId>
    <artifactId>scala-redis_2.10.0</artifactId>
    <version>0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.redis : scala-redis_2.10.0 gradle dependency to your build.gradle file:

implementation 'org.redis:scala-redis_2.10.0:0.0.18'

Gradle Kotlin DSL: Add the following org.redis : scala-redis_2.10.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.redis:scala-redis_2.10.0:0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.redis : scala-redis_2.10.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.redis" % "scala-redis_2.10.0" % "0.0.18"

Advertisement