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