License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus.qe |
ArtifactId | ArtifactIdquarkus-test-service-amq |
Version | Version1.1.0.Beta4 |
Type | Typejar |
Description |
DescriptionQuarkus - Test Framework - Service - AMQ
Quarkus QE Test Framework is a library enabling the developers to easily deploy multiple Quarkus applications across different platforms in a single test.
|
<!-- https://jarcasting.com/artifacts/io.quarkus.qe/quarkus-test-service-amq/ -->
<dependency>
<groupId>io.quarkus.qe</groupId>
<artifactId>quarkus-test-service-amq</artifactId>
<version>1.1.0.Beta4</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.qe/quarkus-test-service-amq/
implementation 'io.quarkus.qe:quarkus-test-service-amq:1.1.0.Beta4'
// https://jarcasting.com/artifacts/io.quarkus.qe/quarkus-test-service-amq/
implementation ("io.quarkus.qe:quarkus-test-service-amq:1.1.0.Beta4")
'io.quarkus.qe:quarkus-test-service-amq:jar:1.1.0.Beta4'
<dependency org="io.quarkus.qe" name="quarkus-test-service-amq" rev="1.1.0.Beta4">
<artifact name="quarkus-test-service-amq" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.qe', module='quarkus-test-service-amq', version='1.1.0.Beta4')
)
libraryDependencies += "io.quarkus.qe" % "quarkus-test-service-amq" % "1.1.0.Beta4"
[io.quarkus.qe/quarkus-test-service-amq "1.1.0.Beta4"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus.qe : quarkus-test-containers | jar | 1.1.0.Beta4 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus.qe : quarkus-test-openshift Optional | jar | 1.1.0.Beta4 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.rest-assured : rest-assured | jar |