License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.artemis |
ArtifactId | ArtifactIdquarkus-artemis-jms-parent |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - Artemis - JMS
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-artemis-jms-parent-1.1.1.pom | 756 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-jms-parent/ -->
<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-jms-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-jms-parent/
implementation 'io.quarkiverse.artemis:quarkus-artemis-jms-parent:1.1.1'
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-jms-parent/
implementation ("io.quarkiverse.artemis:quarkus-artemis-jms-parent:1.1.1")
'io.quarkiverse.artemis:quarkus-artemis-jms-parent:pom:1.1.1'
<dependency org="io.quarkiverse.artemis" name="quarkus-artemis-jms-parent" rev="1.1.1">
<artifact name="quarkus-artemis-jms-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.artemis', module='quarkus-artemis-jms-parent', version='1.1.1')
)
libraryDependencies += "io.quarkiverse.artemis" % "quarkus-artemis-jms-parent" % "1.1.1"
[io.quarkiverse.artemis/quarkus-artemis-jms-parent "1.1.1"]