GroupId | GroupIdorg.apache.activemq.examples.stomp |
---|---|
ArtifactId | ArtifactIdstomp |
Version | Version2.15.0 |
Type | Typejar |
Filename | Size |
---|---|
stomp-2.15.0.pom | |
stomp-2.15.0.jar | 12 KB |
stomp-2.15.0-sources.jar | 9 KB |
stomp-2.15.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp/ -->
<dependency>
<groupId>org.apache.activemq.examples.stomp</groupId>
<artifactId>stomp</artifactId>
<version>2.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp/
implementation 'org.apache.activemq.examples.stomp:stomp:2.15.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp/
implementation ("org.apache.activemq.examples.stomp:stomp:2.15.0")
'org.apache.activemq.examples.stomp:stomp:jar:2.15.0'
<dependency org="org.apache.activemq.examples.stomp" name="stomp" rev="2.15.0">
<artifact name="stomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.stomp', module='stomp', version='2.15.0')
)
libraryDependencies += "org.apache.activemq.examples.stomp" % "stomp" % "2.15.0"
[org.apache.activemq.examples.stomp/stomp "2.15.0"]