Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdcometd |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
cometd-1.5.0.pom | |
cometd-1.5.0.jar | 83 KB |
cometd-1.5.0-sources.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/cometd/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>cometd</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/cometd/
implementation 'com.sun.grizzly:cometd:1.5.0'
// https://jarcasting.com/artifacts/com.sun.grizzly/cometd/
implementation ("com.sun.grizzly:cometd:1.5.0")
'com.sun.grizzly:cometd:jar:1.5.0'
<dependency org="com.sun.grizzly" name="cometd" rev="1.5.0">
<artifact name="cometd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='cometd', version='1.5.0')
)
libraryDependencies += "com.sun.grizzly" % "cometd" % "1.5.0"
[com.sun.grizzly/cometd "1.5.0"]