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