| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases Ratpack User Interface Web Frameworks |
| GroupId | GroupIdio.ratpack |
| ArtifactId | ArtifactIdratpack-session-redis |
| Last Version | Last Version2.0.0-rc-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionratpack-session-redis
null
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-session-redis/ -->
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-session-redis</artifactId>
<version>2.0.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-session-redis/
implementation 'io.ratpack:ratpack-session-redis:2.0.0-rc-1'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-session-redis/
implementation ("io.ratpack:ratpack-session-redis:2.0.0-rc-1")
'io.ratpack:ratpack-session-redis:jar:2.0.0-rc-1'
<dependency org="io.ratpack" name="ratpack-session-redis" rev="2.0.0-rc-1">
<artifact name="ratpack-session-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-session-redis', version='2.0.0-rc-1')
)
libraryDependencies += "io.ratpack" % "ratpack-session-redis" % "2.0.0-rc-1"
[io.ratpack/ratpack-session-redis "2.0.0-rc-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.ratpack : ratpack-guice | jar | 2.0.0-rc-1 |
| io.ratpack : ratpack-session | jar | 2.0.0-rc-1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.lettuce : lettuce-core | jar | 6.1.6.RELEASE |
| io.projectreactor : reactor-core | jar | 3.4.14 |