License |
License
CDDL
|
---|---|
Categories |
CategoriesGrizzly Net Networking |
GroupId | GroupIdcom.sun.grizzly |
ArtifactId | ArtifactIdcometd |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrizzly-cometd
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cometd-1.6.1.pom | |
cometd-1.6.1.jar | 45 KB |
cometd-1.6.1-sources.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly/cometd/ -->
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>cometd</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly/cometd/
implementation 'com.sun.grizzly:cometd:1.6.1'
// https://jarcasting.com/artifacts/com.sun.grizzly/cometd/
implementation ("com.sun.grizzly:cometd:1.6.1")
'com.sun.grizzly:cometd:jar:1.6.1'
<dependency org="com.sun.grizzly" name="cometd" rev="1.6.1">
<artifact name="cometd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly', module='cometd', version='1.6.1')
)
libraryDependencies += "com.sun.grizzly" % "cometd" % "1.6.1"
[com.sun.grizzly/cometd "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.grizzly : comet | jar | 1.6.1 |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |