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