is not current version
Last Version 0.4

org.atmosphere:atmosphere-stomp 0.1

STOMP for Atmosphere

GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

atmosphere-stomp
Version

Version

0.1
Type

Type

jar

Download atmosphere-stomp 0.1


<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-stomp/ -->
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-stomp</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-stomp/
implementation 'org.atmosphere:atmosphere-stomp:0.1'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-stomp/
implementation ("org.atmosphere:atmosphere-stomp:0.1")
'org.atmosphere:atmosphere-stomp:jar:0.1'
<dependency org="org.atmosphere" name="atmosphere-stomp" rev="0.1">
  <artifact name="atmosphere-stomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-stomp', version='0.1')
)
libraryDependencies += "org.atmosphere" % "atmosphere-stomp" % "0.1"
[org.atmosphere/atmosphere-stomp "0.1"]