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