Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-terracotta-sessions |
Version | Version6.1.12.rc5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-terracotta-sessions/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-terracotta-sessions</artifactId>
<version>6.1.12.rc5</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-terracotta-sessions/
implementation 'org.mortbay.jetty:jetty-terracotta-sessions:6.1.12.rc5'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-terracotta-sessions/
implementation ("org.mortbay.jetty:jetty-terracotta-sessions:6.1.12.rc5")
'org.mortbay.jetty:jetty-terracotta-sessions:jar:6.1.12.rc5'
<dependency org="org.mortbay.jetty" name="jetty-terracotta-sessions" rev="6.1.12.rc5">
<artifact name="jetty-terracotta-sessions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-terracotta-sessions', version='6.1.12.rc5')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-terracotta-sessions" % "6.1.12.rc5"
[org.mortbay.jetty/jetty-terracotta-sessions "6.1.12.rc5"]