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