Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdcometd-client |
Version | Version6.1.22 |
Type | Typejar |
Filename | Size |
---|---|
cometd-client-6.1.22.pom | |
cometd-client-6.1.22.jar | 27 KB |
cometd-client-6.1.22-tests.jar | 38 KB |
cometd-client-6.1.22-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-client/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>cometd-client</artifactId>
<version>6.1.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-client/
implementation 'org.mortbay.jetty:cometd-client:6.1.22'
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-client/
implementation ("org.mortbay.jetty:cometd-client:6.1.22")
'org.mortbay.jetty:cometd-client:jar:6.1.22'
<dependency org="org.mortbay.jetty" name="cometd-client" rev="6.1.22">
<artifact name="cometd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='cometd-client', version='6.1.22')
)
libraryDependencies += "org.mortbay.jetty" % "cometd-client" % "6.1.22"
[org.mortbay.jetty/cometd-client "6.1.22"]