License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdcometd-client |
Last Version | Last Version7.0.0.pre5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCometd :: Jetty :: Client
Additional artifacts supporting jetty from the server or client side.
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
cometd-client-7.0.0.pre5.pom | |
cometd-client-7.0.0.pre5.jar | 14 KB |
cometd-client-7.0.0.pre5-sources.jar | 6 KB |
cometd-client-7.0.0.pre5-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-client/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>cometd-client</artifactId>
<version>7.0.0.pre5</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-client/
implementation 'org.mortbay.jetty:cometd-client:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-client/
implementation ("org.mortbay.jetty:cometd-client:7.0.0.pre5")
'org.mortbay.jetty:cometd-client:jar:7.0.0.pre5'
<dependency org="org.mortbay.jetty" name="cometd-client" rev="7.0.0.pre5">
<artifact name="cometd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='cometd-client', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty" % "cometd-client" % "7.0.0.pre5"
[org.mortbay.jetty/cometd-client "7.0.0.pre5"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty-util | jar | 7.0.0.pre5 |
org.mortbay.jetty : jetty-client | jar | 7.0.0.pre5 |
org.mortbay.jetty : cometd-jetty | 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 |