GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-stomp |
Version | Version5.16.0 |
Type | Typejar |
Filename | Size |
---|---|
activemq-stomp-5.16.0.pom | |
activemq-stomp-5.16.0.jar | 108 KB |
activemq-stomp-5.16.0-sources.jar | 72 KB |
activemq-stomp-5.16.0-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-stomp/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-stomp</artifactId>
<version>5.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-stomp/
implementation 'org.apache.activemq:activemq-stomp:5.16.0'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-stomp/
implementation ("org.apache.activemq:activemq-stomp:5.16.0")
'org.apache.activemq:activemq-stomp:jar:5.16.0'
<dependency org="org.apache.activemq" name="activemq-stomp" rev="5.16.0">
<artifact name="activemq-stomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-stomp', version='5.16.0')
)
libraryDependencies += "org.apache.activemq" % "activemq-stomp" % "5.16.0"
[org.apache.activemq/activemq-stomp "5.16.0"]