Categories |
CategoriesApollo Container Microservices |
---|---|
GroupId | GroupIdorg.apache.activemq |
ArtifactId | ArtifactIdapollo-stomp |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
apollo-stomp-1.3.pom | |
apollo-stomp-1.3.jar | 302 KB |
apollo-stomp-1.3-tests.jar | 257 KB |
apollo-stomp-1.3-sources.jar | 35 KB |
apollo-stomp-1.3-scaladoc.jar | 336 KB |
apollo-stomp-1.3-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/apollo-stomp/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-stomp</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/apollo-stomp/
implementation 'org.apache.activemq:apollo-stomp:1.3'
// https://jarcasting.com/artifacts/org.apache.activemq/apollo-stomp/
implementation ("org.apache.activemq:apollo-stomp:1.3")
'org.apache.activemq:apollo-stomp:jar:1.3'
<dependency org="org.apache.activemq" name="apollo-stomp" rev="1.3">
<artifact name="apollo-stomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='apollo-stomp', version='1.3')
)
libraryDependencies += "org.apache.activemq" % "apollo-stomp" % "1.3"
[org.apache.activemq/apollo-stomp "1.3"]