License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus.qe |
ArtifactId | ArtifactIdquarkus-test-core |
Last Version | Last Version1.2.0.Beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - Test Framework - Core
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-core/ -->
<dependency>
<groupId>io.quarkus.qe</groupId>
<artifactId>quarkus-test-core</artifactId>
<version>1.2.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.qe/quarkus-test-core/
implementation 'io.quarkus.qe:quarkus-test-core:1.2.0.Beta1'
// https://jarcasting.com/artifacts/io.quarkus.qe/quarkus-test-core/
implementation ("io.quarkus.qe:quarkus-test-core:1.2.0.Beta1")
'io.quarkus.qe:quarkus-test-core:jar:1.2.0.Beta1'
<dependency org="io.quarkus.qe" name="quarkus-test-core" rev="1.2.0.Beta1">
<artifact name="quarkus-test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.qe', module='quarkus-test-core', version='1.2.0.Beta1')
)
libraryDependencies += "io.quarkus.qe" % "quarkus-test-core" % "1.2.0.Beta1"
[io.quarkus.qe/quarkus-test-core "1.2.0.Beta1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.awaitility : awaitility | jar | |
io.rest-assured : rest-assured | jar | |
io.grpc : grpc-api | jar | |
org.jboss.shrinkwrap : shrinkwrap-depchain | pom | |
net.sourceforge.htmlunit : htmlunit | jar | 2.61.0 |
io.jaegertracing : jaeger-client | jar | 1.8.0 |
io.prometheus : simpleclient_pushgateway | jar | 0.15.0 |
io.smallrye.reactive : smallrye-mutiny-vertx-web-client | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bootstrap-core | jar | |
io.quarkus : quarkus-test-common | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar |