License |
License
The New BSD License
The Academic Free License, v. 2.1
|
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdcometd-session |
Last Version | Last Version7.0.0pre2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCometd :: HttpSession Replication
Additional artifacts supporting jetty from the server or client side.
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
cometd-session-7.0.0pre2.pom | |
cometd-session-7.0.0pre2.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-session/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>cometd-session</artifactId>
<version>7.0.0pre2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-session/
implementation 'org.mortbay.jetty:cometd-session:7.0.0pre2'
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-session/
implementation ("org.mortbay.jetty:cometd-session:7.0.0pre2")
'org.mortbay.jetty:cometd-session:jar:7.0.0pre2'
<dependency org="org.mortbay.jetty" name="cometd-session" rev="7.0.0pre2">
<artifact name="cometd-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='cometd-session', version='7.0.0pre2')
)
libraryDependencies += "org.mortbay.jetty" % "cometd-session" % "7.0.0pre2"
[org.mortbay.jetty/cometd-session "7.0.0pre2"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : cometd-bayeux | jar | 7.0.0pre2 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty | jar | 7.0.0pre2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |