| Categories |
CategoriesJetty Container Application Servers Redis Data Databases |
|---|---|
| GroupId | GroupIdcom.ovea |
| ArtifactId | ArtifactIdjetty-session-redis |
| Version | Version2.2.ga |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ovea/jetty-session-redis/ -->
<dependency>
<groupId>com.ovea</groupId>
<artifactId>jetty-session-redis</artifactId>
<version>2.2.ga</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovea/jetty-session-redis/
implementation 'com.ovea:jetty-session-redis:2.2.ga'
// https://jarcasting.com/artifacts/com.ovea/jetty-session-redis/
implementation ("com.ovea:jetty-session-redis:2.2.ga")
'com.ovea:jetty-session-redis:jar:2.2.ga'
<dependency org="com.ovea" name="jetty-session-redis" rev="2.2.ga">
<artifact name="jetty-session-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovea', module='jetty-session-redis', version='2.2.ga')
)
libraryDependencies += "com.ovea" % "jetty-session-redis" % "2.2.ga"
[com.ovea/jetty-session-redis "2.2.ga"]