Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.activemq.examples.openwire |
ArtifactId | ArtifactIdqueue-openwire |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
queue-openwire-1.1.0.pom | |
queue-openwire-1.1.0.jar | 9 KB |
queue-openwire-1.1.0-sources.jar | 6 KB |
queue-openwire-1.1.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>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/queue-openwire/
implementation 'org.apache.activemq.examples.openwire:queue-openwire:1.1.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/queue-openwire/
implementation ("org.apache.activemq.examples.openwire:queue-openwire:1.1.0")
'org.apache.activemq.examples.openwire:queue-openwire:jar:1.1.0'
<dependency org="org.apache.activemq.examples.openwire" name="queue-openwire" rev="1.1.0">
<artifact name="queue-openwire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.openwire', module='queue-openwire', version='1.1.0')
)
libraryDependencies += "org.apache.activemq.examples.openwire" % "queue-openwire" % "1.1.0"
[org.apache.activemq.examples.openwire/queue-openwire "1.1.0"]