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