is not current version
Last Version 1.2.0.Beta1

Quarkus - Test Framework - Core 0.0.1

Quarkus QE Test Framework is a library enabling the developers to easily deploy multiple Quarkus applications across different platforms in a single test.

License

License

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus.qe
ArtifactId

ArtifactId

quarkus-test-core
Version

Version

0.0.1
Type

Type

jar
Description

Description

Quarkus - 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.

Download quarkus-test-core 0.0.1


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

Dependencies

compile (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar
io.quarkus : quarkus-bootstrap-core jar
io.quarkus : quarkus-test-common jar
org.awaitility : awaitility jar
io.rest-assured : rest-assured jar
org.jboss.shrinkwrap : shrinkwrap-depchain pom

test (1)

Group / Artifact Type Version
io.quarkus : quarkus-junit5 jar

Project Modules

There are no modules declared in this project.