License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.karelcemus |
ArtifactId | ArtifactIdplay-redis_2.11 |
Version | Version2.5.1 |
Type | Typejar |
Description |
DescriptionRedis Cache for Play
Redis cache plugin for the Play framework 2
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
play-redis_2.11-2.5.1.pom | |
play-redis_2.11-2.5.1.jar | 986 KB |
play-redis_2.11-2.5.1-sources.jar | 66 KB |
play-redis_2.11-2.5.1-javadoc.jar | 709 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.11/ -->
<dependency>
<groupId>com.github.karelcemus</groupId>
<artifactId>play-redis_2.11</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.11/
implementation 'com.github.karelcemus:play-redis_2.11:2.5.1'
// https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.11/
implementation ("com.github.karelcemus:play-redis_2.11:2.5.1")
'com.github.karelcemus:play-redis_2.11:jar:2.5.1'
<dependency org="com.github.karelcemus" name="play-redis_2.11" rev="2.5.1">
<artifact name="play-redis_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.karelcemus', module='play-redis_2.11', version='2.5.1')
)
libraryDependencies += "com.github.karelcemus" % "play-redis_2.11" % "2.5.1"
[com.github.karelcemus/play-redis_2.11 "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
com.github.karelcemus : rediscala_2.11 | jar | 1.9.1 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.play : play-cache_2.11 | jar | 2.7.3 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.11 | jar | 4.8.1 |
org.specs2 : specs2-mock_2.11 | jar | 4.8.1 |
com.typesafe.play : play-specs2_2.11 | jar | 2.7.3 |