GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-stomp-samples |
Version | Version2.4.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
atmosphere-stomp-samples-2.4.0-RC1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-stomp-samples/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-stomp-samples</artifactId>
<version>2.4.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-stomp-samples/
implementation 'org.atmosphere.samples:atmosphere-stomp-samples:2.4.0-RC1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-stomp-samples/
implementation ("org.atmosphere.samples:atmosphere-stomp-samples:2.4.0-RC1")
'org.atmosphere.samples:atmosphere-stomp-samples:pom:2.4.0-RC1'
<dependency org="org.atmosphere.samples" name="atmosphere-stomp-samples" rev="2.4.0-RC1">
<artifact name="atmosphere-stomp-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-stomp-samples', version='2.4.0-RC1')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-stomp-samples" % "2.4.0-RC1"
[org.atmosphere.samples/atmosphere-stomp-samples "2.4.0-RC1"]