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