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