Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdcom.sun.grizzly.samples |
ArtifactId | ArtifactIdgrizzly-cometd-echo |
Version | Version1.9.52 |
Type | Typewar |
Filename | Size |
---|---|
grizzly-cometd-echo-1.9.52.pom | |
grizzly-cometd-echo-1.9.52.war | 237 KB |
grizzly-cometd-echo-1.9.52-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-cometd-echo/ -->
<dependency>
<groupId>com.sun.grizzly.samples</groupId>
<artifactId>grizzly-cometd-echo</artifactId>
<version>1.9.52</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-cometd-echo/
implementation 'com.sun.grizzly.samples:grizzly-cometd-echo:1.9.52'
// https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-cometd-echo/
implementation ("com.sun.grizzly.samples:grizzly-cometd-echo:1.9.52")
'com.sun.grizzly.samples:grizzly-cometd-echo:war:1.9.52'
<dependency org="com.sun.grizzly.samples" name="grizzly-cometd-echo" rev="1.9.52">
<artifact name="grizzly-cometd-echo" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly.samples', module='grizzly-cometd-echo', version='1.9.52')
)
libraryDependencies += "com.sun.grizzly.samples" % "grizzly-cometd-echo" % "1.9.52"
[com.sun.grizzly.samples/grizzly-cometd-echo "1.9.52"]