Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdcom.sun.grizzly.samples |
ArtifactId | ArtifactIdgrizzly-cometd-echo |
Version | Version1.9.6 |
Type | Typewar |
Filename | Size |
---|---|
grizzly-cometd-echo-1.9.6.pom | |
grizzly-cometd-echo-1.9.6.war | 233 KB |
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.6</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.6'
// https://jarcasting.com/artifacts/com.sun.grizzly.samples/grizzly-cometd-echo/
implementation ("com.sun.grizzly.samples:grizzly-cometd-echo:1.9.6")
'com.sun.grizzly.samples:grizzly-cometd-echo:war:1.9.6'
<dependency org="com.sun.grizzly.samples" name="grizzly-cometd-echo" rev="1.9.6">
<artifact name="grizzly-cometd-echo" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.grizzly.samples', module='grizzly-cometd-echo', version='1.9.6')
)
libraryDependencies += "com.sun.grizzly.samples" % "grizzly-cometd-echo" % "1.9.6"
[com.sun.grizzly.samples/grizzly-cometd-echo "1.9.6"]