License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.artemis |
ArtifactId | ArtifactIdquarkus-artemis-core |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionQuarkus - Artemis - Core - Runtime
Use ActiveMQ Artemis as message broker
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-core/ -->
<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-core/
implementation 'io.quarkiverse.artemis:quarkus-artemis-core:1.0.3'
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-core/
implementation ("io.quarkiverse.artemis:quarkus-artemis-core:1.0.3")
'io.quarkiverse.artemis:quarkus-artemis-core:jar:1.0.3'
<dependency org="io.quarkiverse.artemis" name="quarkus-artemis-core" rev="1.0.3">
<artifact name="quarkus-artemis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.artemis', module='quarkus-artemis-core', version='1.0.3')
)
libraryDependencies += "io.quarkiverse.artemis" % "quarkus-artemis-core" % "1.0.3"
[io.quarkiverse.artemis/quarkus-artemis-core "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core | jar | |
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-jsonp | jar | |
io.quarkus : quarkus-netty | jar | |
io.quarkus : quarkus-smallrye-health Optional | jar | |
org.apache.activemq : artemis-core-client | jar | |
org.jboss.logging : commons-logging-jboss-logging | jar |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |