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