Redis Cache for Play

Redis cache plugin for the Play framework 2

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.karelcemus
ArtifactId

ArtifactId

play-redis_2.13
Last Version

Last Version

2.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

Redis Cache for Play
Redis cache plugin for the Play framework 2
Project URL

Project URL

https://github.com/karelcemus/play-redis
Project Organization

Project Organization

com.github.karelcemus

Download play-redis_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.13/ -->
<dependency>
    <groupId>com.github.karelcemus</groupId>
    <artifactId>play-redis_2.13</artifactId>
    <version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.13/
implementation 'com.github.karelcemus:play-redis_2.13:2.7.0'
// https://jarcasting.com/artifacts/com.github.karelcemus/play-redis_2.13/
implementation ("com.github.karelcemus:play-redis_2.13:2.7.0")
'com.github.karelcemus:play-redis_2.13:jar:2.7.0'
<dependency org="com.github.karelcemus" name="play-redis_2.13" rev="2.7.0">
  <artifact name="play-redis_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.karelcemus', module='play-redis_2.13', version='2.7.0')
)
libraryDependencies += "com.github.karelcemus" % "play-redis_2.13" % "2.7.0"
[com.github.karelcemus/play-redis_2.13 "2.7.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.8
com.github.karelcemus : rediscala_2.13 jar 1.9.1

provided (1)

Group / Artifact Type Version
com.typesafe.play : play-cache_2.13 jar 2.8.13

test (3)

Group / Artifact Type Version
org.specs2 : specs2-core_2.13 jar 4.13.2
org.specs2 : specs2-mock_2.13 jar 4.13.2
com.typesafe.play : play-specs2_2.13 jar 2.8.13

Project Modules

There are no modules declared in this project.

Versions

Version
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0