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