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