License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.karelcemus |
ArtifactId | ArtifactIdplay-redis_2.12 |
Version | Version2.7.0 |
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.12-2.7.0.pom | |
play-redis_2.12-2.7.0.jar | 579 KB |
play-redis_2.12-2.7.0-sources.jar | 69 KB |
play-redis_2.12-2.7.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.12/ -->
<dependency>
<groupId>com.github.karelcemus</groupId>
<artifactId>play-redis_2.12</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.12/
implementation 'com.github.karelcemus:play-redis_2.12:2.7.0'
// https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.12/
implementation ("com.github.karelcemus:play-redis_2.12:2.7.0")
'com.github.karelcemus:play-redis_2.12:jar:2.7.0'
<dependency org="com.github.karelcemus" name="play-redis_2.12" rev="2.7.0">
<artifact name="play-redis_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.karelcemus', module='play-redis_2.12', version='2.7.0')
)
libraryDependencies += "com.github.karelcemus" % "play-redis_2.12" % "2.7.0"
[com.github.karelcemus/play-redis_2.12 "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
com.github.karelcemus : rediscala_2.12 | jar | 1.9.1 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.play : play-cache_2.12 | jar | 2.8.13 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.12 | jar | 4.13.2 |
org.specs2 : specs2-mock_2.12 | jar | 4.13.2 |
com.typesafe.play : play-specs2_2.12 | jar | 2.8.13 |