<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-test-framework</artifactId> <version>3.6.3</version> <type>pom</type> </dependency>
implementation 'io.quarkus:quarkus-test-framework:3.6.3'
implementation("io.quarkus:quarkus-test-framework:3.6.3")
libraryDependencies += "io.quarkus" % "quarkus-test-framework" % "3.6.3"
@Grapes( @Grab(group='io.quarkus', module='quarkus-test-framework', version='3.6.3') )
<dependency org="io.quarkus" name="quarkus-test-framework" rev="3.6.3" />
[io.quarkus/quarkus-test-framework "3.6.3"]
'io.quarkus:quarkus-test-framework:jar:3.6.3'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-build-parent</artifactId> <version>3.6.3</version> </parent>