License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdcometd |
Last Version | Last Version6.1.11 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncometd
|
Filename | Size |
---|---|
cometd-6.1.11.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>cometd</artifactId>
<version>6.1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/
implementation 'org.mortbay.jetty:cometd:6.1.11'
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd/
implementation ("org.mortbay.jetty:cometd:6.1.11")
'org.mortbay.jetty:cometd:pom:6.1.11'
<dependency org="org.mortbay.jetty" name="cometd" rev="6.1.11">
<artifact name="cometd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='cometd', version='6.1.11')
)
libraryDependencies += "org.mortbay.jetty" % "cometd" % "6.1.11"
[org.mortbay.jetty/cometd "6.1.11"]