Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.openwire |
ArtifactId | ArtifactIdqueue-openwire |
Version | Version2.12.0 |
Type | Typejar |
Filename | Size |
---|---|
queue-openwire-2.12.0.pom | |
queue-openwire-2.12.0.jar | 9 KB |
queue-openwire-2.12.0-sources.jar | 6 KB |
queue-openwire-2.12.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/queue-openwire/ -->
<dependency>
<groupId>org.apache.activemq.examples.openwire</groupId>
<artifactId>queue-openwire</artifactId>
<version>2.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/queue-openwire/
implementation 'org.apache.activemq.examples.openwire:queue-openwire:2.12.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/queue-openwire/
implementation ("org.apache.activemq.examples.openwire:queue-openwire:2.12.0")
'org.apache.activemq.examples.openwire:queue-openwire:jar:2.12.0'
<dependency org="org.apache.activemq.examples.openwire" name="queue-openwire" rev="2.12.0">
<artifact name="queue-openwire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.openwire', module='queue-openwire', version='2.12.0')
)
libraryDependencies += "org.apache.activemq.examples.openwire" % "queue-openwire" % "2.12.0"
[org.apache.activemq.examples.openwire/queue-openwire "2.12.0"]