Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdcometd-jetty |
Version | Version7.0.0.pre4 |
Type | Typejar |
Filename | Size |
---|---|
cometd-jetty-7.0.0.pre4.pom | |
cometd-jetty-7.0.0.pre4.jar | 83 KB |
cometd-jetty-7.0.0.pre4-sources.jar | 48 KB |
cometd-jetty-7.0.0.pre4-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-jetty/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>cometd-jetty</artifactId>
<version>7.0.0.pre4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-jetty/
implementation 'org.mortbay.jetty:cometd-jetty:7.0.0.pre4'
// https://jarcasting.com/artifacts/org.mortbay.jetty/cometd-jetty/
implementation ("org.mortbay.jetty:cometd-jetty:7.0.0.pre4")
'org.mortbay.jetty:cometd-jetty:jar:7.0.0.pre4'
<dependency org="org.mortbay.jetty" name="cometd-jetty" rev="7.0.0.pre4">
<artifact name="cometd-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='cometd-jetty', version='7.0.0.pre4')
)
libraryDependencies += "org.mortbay.jetty" % "cometd-jetty" % "7.0.0.pre4"
[org.mortbay.jetty/cometd-jetty "7.0.0.pre4"]