MVN

org.mortbay.jetty : jetty-terracotta-sessions

Maven & Gradle

Nov 10, 2010

Terracotta Sessions for Jetty

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-terracotta-sessions</artifactId>
    <version>6.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty : jetty-terracotta-sessions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.26
  • Latest Release Candidate: 6.1.15.rc5

All Versions

Choose a version of org.mortbay.jetty : jetty-terracotta-sessions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
jetty-terracotta-sessions-7.0.0.pre5
jetty-terracotta-sessions-7.0.0.pre4
6.1.x
jetty-terracotta-sessions-6.1.26
jetty-terracotta-sessions-6.1.25
jetty-terracotta-sessions-6.1.24
jetty-terracotta-sessions-6.1.23
jetty-terracotta-sessions-6.1.22
jetty-terracotta-sessions-6.1.21
jetty-terracotta-sessions-6.1.20
jetty-terracotta-sessions-6.1.19
jetty-terracotta-sessions-6.1.18
jetty-terracotta-sessions-6.1.17
jetty-terracotta-sessions-6.1.16
jetty-terracotta-sessions-6.1.15
jetty-terracotta-sessions-6.1.15.rc5
jetty-terracotta-sessions-6.1.15.rc3
jetty-terracotta-sessions-6.1.15.rc2
jetty-terracotta-sessions-6.1.15.pre0
jetty-terracotta-sessions-6.1.14
jetty-terracotta-sessions-6.1.12
jetty-terracotta-sessions-6.1.12.rc5
jetty-terracotta-sessions-6.1.12.rc4
jetty-terracotta-sessions-6.1.12.rc3
jetty-terracotta-sessions-6.1.26RC0
6.1H.x
jetty-terracotta-sessions-6.1H.14.1
jetty-terracotta-sessions-6.1H.14

How to add a dependency to Maven

Add the following org.mortbay.jetty : jetty-terracotta-sessions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-terracotta-sessions</artifactId>
    <version>6.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mortbay.jetty : jetty-terracotta-sessions gradle dependency to your build.gradle file:

implementation 'org.mortbay.jetty:jetty-terracotta-sessions:6.1.26'

Gradle Kotlin DSL: Add the following org.mortbay.jetty : jetty-terracotta-sessions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mortbay.jetty:jetty-terracotta-sessions:6.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mortbay.jetty : jetty-terracotta-sessions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mortbay.jetty" % "jetty-terracotta-sessions" % "6.1.26"

Advertisement