License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.artemis |
ArtifactId | ArtifactIdquarkus-artemis-jms |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - Artemis - JMS - Runtime
Use JMS APIs to connect to ActiveMQ Artemis via its native protocol
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-artemis-jms-1.1.1.pom | |
quarkus-artemis-jms-1.1.1.jar | 6 KB |
quarkus-artemis-jms-1.1.1-sources.jar | 4 KB |
quarkus-artemis-jms-1.1.1-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-jms/ -->
<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-jms</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-jms/
implementation 'io.quarkiverse.artemis:quarkus-artemis-jms:1.1.1'
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-jms/
implementation ("io.quarkiverse.artemis:quarkus-artemis-jms:1.1.1")
'io.quarkiverse.artemis:quarkus-artemis-jms:jar:1.1.1'
<dependency org="io.quarkiverse.artemis" name="quarkus-artemis-jms" rev="1.1.1">
<artifact name="quarkus-artemis-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.artemis', module='quarkus-artemis-jms', version='1.1.1')
)
libraryDependencies += "io.quarkiverse.artemis" % "quarkus-artemis-jms" % "1.1.1"
[io.quarkiverse.artemis/quarkus-artemis-jms "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkiverse.artemis : quarkus-artemis-core | jar | |
io.quarkus : quarkus-smallrye-health Optional | jar | |
org.apache.activemq : artemis-jms-client | jar |