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