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