<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-jdbc-derby</artifactId> <version>3.12.2</version> </dependency>
implementation 'io.quarkus:quarkus-jdbc-derby:3.12.2'
implementation("io.quarkus:quarkus-jdbc-derby:3.12.2")
libraryDependencies += "io.quarkus" % "quarkus-jdbc-derby" % "3.12.2"
@Grapes( @Grab(group='io.quarkus', module='quarkus-jdbc-derby', version='3.12.2') )
<dependency org="io.quarkus" name="quarkus-jdbc-derby" rev="3.12.2" />
[io.quarkus/quarkus-jdbc-derby "3.12.2"]
'io.quarkus:quarkus-jdbc-derby:jar:3.12.2'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-jdbc-derby-parent</artifactId> <version>3.12.2</version> </parent>
compile
|-- io.quarkus:quarkus-arc
|-- io.quarkus:quarkus-agroal
|-- org.apache.derby:derbyclient
|-- org.apache.derby:derbytools