GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-stomp |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
atmosphere-stomp-0.2.pom | |
atmosphere-stomp-0.2.jar | 45 KB |
atmosphere-stomp-0.2-sources.jar | 36 KB |
atmosphere-stomp-0.2-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-stomp/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-stomp</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-stomp/
implementation 'org.atmosphere:atmosphere-stomp:0.2'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-stomp/
implementation ("org.atmosphere:atmosphere-stomp:0.2")
'org.atmosphere:atmosphere-stomp:jar:0.2'
<dependency org="org.atmosphere" name="atmosphere-stomp" rev="0.2">
<artifact name="atmosphere-stomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-stomp', version='0.2')
)
libraryDependencies += "org.atmosphere" % "atmosphere-stomp" % "0.2"
[org.atmosphere/atmosphere-stomp "0.2"]