Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdcometd-client |
Version | Version6.1.25 |
Type | Typejar |
Filename | Size |
---|---|
cometd-client-6.1.25.pom | |
cometd-client-6.1.25.jar | 28 KB |
cometd-client-6.1.25-tests.jar | 39 KB |
cometd-client-6.1.25-sources.jar | 13 KB |
cometd-client-6.1.25-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.25</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-client/
implementation 'org.mortbay.jetty:cometd-client:6.1.25'
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-client/
implementation ("org.mortbay.jetty:cometd-client:6.1.25")
'org.mortbay.jetty:cometd-client:jar:6.1.25'
<dependency org="org.mortbay.jetty" name="cometd-client" rev="6.1.25">
<artifact name="cometd-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='cometd-client', version='6.1.25')
)
libraryDependencies += "org.mortbay.jetty" % "cometd-client" % "6.1.25"
[org.mortbay.jetty/cometd-client "6.1.25"]