GroupId | GroupIdorg.apache.activemq.examples.stomp |
---|---|
ArtifactId | ArtifactIdstomp1.1 |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
stomp1.1-1.5.6.pom | |
stomp1.1-1.5.6.jar | 11 KB |
stomp1.1-1.5.6-sources.jar | 8 KB |
stomp1.1-1.5.6-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp1.1/ -->
<dependency>
<groupId>org.apache.activemq.examples.stomp</groupId>
<artifactId>stomp1.1</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp1.1/
implementation 'org.apache.activemq.examples.stomp:stomp1.1:1.5.6'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.stomp/stomp1.1/
implementation ("org.apache.activemq.examples.stomp:stomp1.1:1.5.6")
'org.apache.activemq.examples.stomp:stomp1.1:jar:1.5.6'
<dependency org="org.apache.activemq.examples.stomp" name="stomp1.1" rev="1.5.6">
<artifact name="stomp1.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.stomp', module='stomp1.1', version='1.5.6')
)
libraryDependencies += "org.apache.activemq.examples.stomp" % "stomp1.1" % "1.5.6"
[org.apache.activemq.examples.stomp/stomp1.1 "1.5.6"]