License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-jdbc-derby |
Version | Version2.7.0.CR1 |
Type | Typejar |
Description |
DescriptionQuarkus - JDBC - Derby - Runtime
Connect to the Derby database via JDBC
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-derby/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-derby</artifactId>
<version>2.7.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-derby/
implementation 'io.quarkus:quarkus-jdbc-derby:2.7.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-derby/
implementation ("io.quarkus:quarkus-jdbc-derby:2.7.0.CR1")
'io.quarkus:quarkus-jdbc-derby:jar:2.7.0.CR1'
<dependency org="io.quarkus" name="quarkus-jdbc-derby" rev="2.7.0.CR1">
<artifact name="quarkus-jdbc-derby" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-jdbc-derby', version='2.7.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-jdbc-derby" % "2.7.0.CR1"
[io.quarkus/quarkus-jdbc-derby "2.7.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-agroal Optional | jar | |
org.apache.derby : derbyclient | jar |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.7.0.CR1 |