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