GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-pubsub |
Version | Version2.1.0 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-pubsub-2.1.0.pom | |
atmosphere-pubsub-2.1.0.war | 3 MB |
atmosphere-pubsub-2.1.0-sources.jar | 7 KB |
atmosphere-pubsub-2.1.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-pubsub</artifactId>
<version>2.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub/
implementation 'org.atmosphere.samples:atmosphere-pubsub:2.1.0'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub/
implementation ("org.atmosphere.samples:atmosphere-pubsub:2.1.0")
'org.atmosphere.samples:atmosphere-pubsub:war:2.1.0'
<dependency org="org.atmosphere.samples" name="atmosphere-pubsub" rev="2.1.0">
<artifact name="atmosphere-pubsub" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-pubsub', version='2.1.0')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-pubsub" % "2.1.0"
[org.atmosphere.samples/atmosphere-pubsub "2.1.0"]