GroupId | GroupIdorg.apache.activemq.examples.stomp |
---|---|
ArtifactId | ArtifactIdstomp-examples |
Version | Version2.6.2 |
Type | Typepom |
Filename | Size |
---|---|
stomp-examples-2.6.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp-examples/ -->
<dependency>
<groupId>org.apache.activemq.examples.stomp</groupId>
<artifactId>stomp-examples</artifactId>
<version>2.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp-examples/
implementation 'org.apache.activemq.examples.stomp:stomp-examples:2.6.2'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp-examples/
implementation ("org.apache.activemq.examples.stomp:stomp-examples:2.6.2")
'org.apache.activemq.examples.stomp:stomp-examples:pom:2.6.2'
<dependency org="org.apache.activemq.examples.stomp" name="stomp-examples" rev="2.6.2">
<artifact name="stomp-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.stomp', module='stomp-examples', version='2.6.2')
)
libraryDependencies += "org.apache.activemq.examples.stomp" % "stomp-examples" % "2.6.2"
[org.apache.activemq.examples.stomp/stomp-examples "2.6.2"]