License |
License |
---|---|
Categories |
CategoriesGrizzly Net Networking |
GroupId | GroupIdcom.sun.grizzly.samples |
ArtifactId | ArtifactIdgrizzly-comet-chat |
Last Version | Last Version1.9.65 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptiongrizzly-comet-chat
Java.net - The Source for Java Technology Collaboration
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
grizzly-comet-chat-1.9.65.pom | |
grizzly-comet-chat-1.9.65.war | 62 KB |
grizzly-comet-chat-1.9.65-sources.jar | 4 KB |
grizzly-comet-chat-1.9.65-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-comet-chat/ -->
<dependency>
<groupId>com.sun.grizzly.samples</groupId>
<artifactId>grizzly-comet-chat</artifactId>
<version>1.9.65</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-comet-chat/
implementation 'com.sun.grizzly.samples:grizzly-comet-chat:1.9.65'
// https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-comet-chat/
implementation ("com.sun.grizzly.samples:grizzly-comet-chat:1.9.65")
'com.sun.grizzly.samples:grizzly-comet-chat:war:1.9.65'
<dependency org="com.sun.grizzly.samples" name="grizzly-comet-chat" rev="1.9.65">
<artifact name="grizzly-comet-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly.samples', module='grizzly-comet-chat', version='1.9.65')
)
libraryDependencies += "com.sun.grizzly.samples" % "grizzly-comet-chat" % "1.9.65"
[com.sun.grizzly.samples/grizzly-comet-chat "1.9.65"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
com.sun.grizzly : grizzly-comet | jar | 1.9.65 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |