<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-test-derby</artifactId> <version>3.11.0</version> </dependency>
implementation 'io.quarkus:quarkus-test-derby:3.11.0'
implementation("io.quarkus:quarkus-test-derby:3.11.0")
libraryDependencies += "io.quarkus" % "quarkus-test-derby" % "3.11.0"
@Grapes( @Grab(group='io.quarkus', module='quarkus-test-derby', version='3.11.0') )
<dependency org="io.quarkus" name="quarkus-test-derby" rev="3.11.0" />
[io.quarkus/quarkus-test-derby "3.11.0"]
'io.quarkus:quarkus-test-derby:jar:3.11.0'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-test-framework</artifactId> <version>3.11.0</version> </parent>
compile
|-- io.quarkus:quarkus-test-common
|-- org.apache.derby:derbynet
|-- org.apache.derby:derbytools