Categories |
CategoriesJava Languages Jetty Container Application Servers |
---|---|
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-websocket-jetty |
Version | Version2.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-websocket-jetty/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-websocket-jetty</artifactId>
<version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-websocket-jetty/
implementation 'org.cometd.java:cometd-websocket-jetty:2.4.3'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-websocket-jetty/
implementation ("org.cometd.java:cometd-websocket-jetty:2.4.3")
'org.cometd.java:cometd-websocket-jetty:jar:2.4.3'
<dependency org="org.cometd.java" name="cometd-websocket-jetty" rev="2.4.3">
<artifact name="cometd-websocket-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-websocket-jetty', version='2.4.3')
)
libraryDependencies += "org.cometd.java" % "cometd-websocket-jetty" % "2.4.3"
[org.cometd.java/cometd-websocket-jetty "2.4.3"]