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