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