Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-test-framework |
Version | Version0.19.1 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-test-framework-0.19.1.pom | 965 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-test-framework/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-test-framework</artifactId>
<version>0.19.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-test-framework/
implementation 'io.quarkus:quarkus-test-framework:0.19.1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-test-framework/
implementation ("io.quarkus:quarkus-test-framework:0.19.1")
'io.quarkus:quarkus-test-framework:pom:0.19.1'
<dependency org="io.quarkus" name="quarkus-test-framework" rev="0.19.1">
<artifact name="quarkus-test-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-test-framework', version='0.19.1')
)
libraryDependencies += "io.quarkus" % "quarkus-test-framework" % "0.19.1"
[io.quarkus/quarkus-test-framework "0.19.1"]