License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-jdbc-oracle |
Last Version | Last Version2.10.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - JDBC - Oracle - Runtime
Connect to the Oracle database via JDBC
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-oracle/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-oracle</artifactId>
<version>2.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-oracle/
implementation 'io.quarkus:quarkus-jdbc-oracle:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-jdbc-oracle/
implementation ("io.quarkus:quarkus-jdbc-oracle:2.10.0.Final")
'io.quarkus:quarkus-jdbc-oracle:jar:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-jdbc-oracle" rev="2.10.0.Final">
<artifact name="quarkus-jdbc-oracle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-jdbc-oracle', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-jdbc-oracle" % "2.10.0.Final"
[io.quarkus/quarkus-jdbc-oracle "2.10.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-agroal Optional | jar | |
com.oracle.database.jdbc : ojdbc11 | jar | |
io.quarkus : quarkus-kubernetes-service-binding Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.nativeimage : svm | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.10.0.Final |