License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.karelcemus |
ArtifactId | ArtifactIdplay-redis_2.10 |
Version | Version0.2.1 |
Type | Typejar |
Description |
Descriptionplay-redis
Redis cache plugin for the Play framework 2
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
play-redis_2.10-0.2.1.pom | |
play-redis_2.10-0.2.1.jar | 108 KB |
play-redis_2.10-0.2.1-sources.jar | 11 KB |
play-redis_2.10-0.2.1-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.10/ -->
<dependency>
<groupId>com.github.karelcemus</groupId>
<artifactId>play-redis_2.10</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.10/
implementation 'com.github.karelcemus:play-redis_2.10:0.2.1'
// https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.10/
implementation ("com.github.karelcemus:play-redis_2.10:0.2.1")
'com.github.karelcemus:play-redis_2.10:jar:0.2.1'
<dependency org="com.github.karelcemus" name="play-redis_2.10" rev="0.2.1">
<artifact name="play-redis_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.karelcemus', module='play-redis_2.10', version='0.2.1')
)
libraryDependencies += "com.github.karelcemus" % "play-redis_2.10" % "0.2.1"
[com.github.karelcemus/play-redis_2.10 "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.4 |
com.digital-achiever » brando_2.10 | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.play : play-cache_2.10 | jar | 2.3.8 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.10 | jar | 2.4.15 |
com.typesafe.play : play-test_2.10 | jar | 2.3.8 |