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