is not current version
Last Version 1.1.1

io.quarkiverse.artemis:quarkus-test-artemis 1.0.0

Module that will hold all tests resources that can will be usable by Quarkus developers and users of the framework

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkiverse.artemis
ArtifactId

ArtifactId

quarkus-test-artemis
Version

Version

1.0.0
Type

Type

jar

Download quarkus-test-artemis 1.0.0


<!-- https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-test-artemis/ -->
<dependency>
    <groupId>io.quarkiverse.artemis</groupId>
    <artifactId>quarkus-test-artemis</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-test-artemis/
implementation 'io.quarkiverse.artemis:quarkus-test-artemis:1.0.0'
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-test-artemis/
implementation ("io.quarkiverse.artemis:quarkus-test-artemis:1.0.0")
'io.quarkiverse.artemis:quarkus-test-artemis:jar:1.0.0'
<dependency org="io.quarkiverse.artemis" name="quarkus-test-artemis" rev="1.0.0">
  <artifact name="quarkus-test-artemis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.artemis', module='quarkus-test-artemis', version='1.0.0')
)
libraryDependencies += "io.quarkiverse.artemis" % "quarkus-test-artemis" % "1.0.0"
[io.quarkiverse.artemis/quarkus-test-artemis "1.0.0"]