GroupId | GroupIdorg.apache.activemq.examples.stomp |
---|---|
ArtifactId | ArtifactIdstomp |
Version | Version2.6.4 |
Type | Typejar |
Filename | Size |
---|---|
stomp-2.6.4.pom | |
stomp-2.6.4.jar | 12 KB |
stomp-2.6.4-sources.jar | 9 KB |
stomp-2.6.4-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.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp/
implementation 'org.apache.activemq.examples.stomp:stomp:2.6.4'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp/
implementation ("org.apache.activemq.examples.stomp:stomp:2.6.4")
'org.apache.activemq.examples.stomp:stomp:jar:2.6.4'
<dependency org="org.apache.activemq.examples.stomp" name="stomp" rev="2.6.4">
<artifact name="stomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.stomp', module='stomp', version='2.6.4')
)
libraryDependencies += "org.apache.activemq.examples.stomp" % "stomp" % "2.6.4"
[org.apache.activemq.examples.stomp/stomp "2.6.4"]