License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdorg.apache.activemq.examples.openwire |
ArtifactId | ArtifactIdqueue-openwire |
Version | Version2.17.0 |
Type | Typejar |
Description |
DescriptionActiveMQ Artemis OpenWire JMS Queue Example
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
queue-openwire-2.17.0.pom | |
queue-openwire-2.17.0.jar | 9 KB |
queue-openwire-2.17.0-sources.jar | 6 KB |
queue-openwire-2.17.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.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/queue-openwire/
implementation 'org.apache.activemq.examples.openwire:queue-openwire:2.17.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.openwire/queue-openwire/
implementation ("org.apache.activemq.examples.openwire:queue-openwire:2.17.0")
'org.apache.activemq.examples.openwire:queue-openwire:jar:2.17.0'
<dependency org="org.apache.activemq.examples.openwire" name="queue-openwire" rev="2.17.0">
<artifact name="queue-openwire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.openwire', module='queue-openwire', version='2.17.0')
)
libraryDependencies += "org.apache.activemq.examples.openwire" % "queue-openwire" % "2.17.0"
[org.apache.activemq.examples.openwire/queue-openwire "2.17.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-jms_1.1_spec | jar | 1.1 |
org.apache.activemq : activemq-client | jar | 5.12.0 |
org.slf4j : slf4j-nop | jar | 1.7.21 |