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