Categories |
CategoriesApollo Container Microservices |
---|---|
GroupId | GroupIdorg.apache.activemq |
ArtifactId | ArtifactIdapollo-stomp |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
apollo-stomp-1.2.pom | |
apollo-stomp-1.2.jar | 310 KB |
apollo-stomp-1.2-tests.jar | 249 KB |
apollo-stomp-1.2-sources.jar | 37 KB |
apollo-stomp-1.2-scaladoc.jar | 337 KB |
apollo-stomp-1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/apollo-stomp/
implementation 'org.apache.activemq:apollo-stomp:1.2'
// https://jarcasting.com/artifacts/org.apache.activemq/apollo-stomp/
implementation ("org.apache.activemq:apollo-stomp:1.2")
'org.apache.activemq:apollo-stomp:jar:1.2'
<dependency org="org.apache.activemq" name="apollo-stomp" rev="1.2">
<artifact name="apollo-stomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='apollo-stomp', version='1.2')
)
libraryDependencies += "org.apache.activemq" % "apollo-stomp" % "1.2"
[org.apache.activemq/apollo-stomp "1.2"]