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