is not current version
Last Version 2.0.0-rc-1

io.ratpack:ratpack-session 1.5.0

Support for HTTP sessions for Ratpack applications

Categories

Categories

Ratpack User Interface Web Frameworks
GroupId

GroupId

io.ratpack
ArtifactId

ArtifactId

ratpack-session
Version

Version

1.5.0
Type

Type

jar

Download ratpack-session 1.5.0


<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-session/ -->
<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-session</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-session/
implementation 'io.ratpack:ratpack-session:1.5.0'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-session/
implementation ("io.ratpack:ratpack-session:1.5.0")
'io.ratpack:ratpack-session:jar:1.5.0'
<dependency org="io.ratpack" name="ratpack-session" rev="1.5.0">
  <artifact name="ratpack-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-session', version='1.5.0')
)
libraryDependencies += "io.ratpack" % "ratpack-session" % "1.5.0"
[io.ratpack/ratpack-session "1.5.0"]