q

quarkus-test-artemis

Module that will hold all tests resources that can will be usable by Quarkus developers and users of the framework
Files download
File Operation
quarkus-test-artemis-3.5.0.CR1.jar download
quarkus-test-artemis-3.5.0.CR1.pom download
quarkus-test-artemis-3.5.0.CR1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkiverse.artemis</groupId>
  <artifactId>quarkus-test-artemis</artifactId>
  <version>3.5.0.CR1</version>
</dependency>
Gradle Groovy
implementation 'io.quarkiverse.artemis:quarkus-test-artemis:3.5.0.CR1'
Gradle Kotlin
implementation("io.quarkiverse.artemis:quarkus-test-artemis:3.5.0.CR1")
Scala SBT
libraryDependencies += "io.quarkiverse.artemis" % "quarkus-test-artemis" % "3.5.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkiverse.artemis', module='quarkus-test-artemis', version='3.5.0.CR1')
)
Apache Ivy
<dependency org="io.quarkiverse.artemis" name="quarkus-test-artemis" rev="3.5.0.CR1" />
Leiningen
[io.quarkiverse.artemis/quarkus-test-artemis "3.5.0.CR1"]
Apache Buildr
'io.quarkiverse.artemis:quarkus-test-artemis:jar:3.5.0.CR1'