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