| License |
License |
|---|---|
| Categories |
CategoriesJDBI Data Databases |
| GroupId | GroupIdorg.jdbi |
| ArtifactId | ArtifactIdjdbi3-oracle |
| Version | Version3.0.0-alpha6 |
| Type | Typejar |
| Description |
DescriptionJDBI Oracle
JDBI Oracle-specific features
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-oracle/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-oracle</artifactId>
<version>3.0.0-alpha6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-oracle/
implementation 'org.jdbi:jdbi3-oracle:3.0.0-alpha6'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-oracle/
implementation ("org.jdbi:jdbi3-oracle:3.0.0-alpha6")
'org.jdbi:jdbi3-oracle:jar:3.0.0-alpha6'
<dependency org="org.jdbi" name="jdbi3-oracle" rev="3.0.0-alpha6">
<artifact name="jdbi3-oracle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-oracle', version='3.0.0-alpha6')
)
libraryDependencies += "org.jdbi" % "jdbi3-oracle" % "3.0.0-alpha6"
[org.jdbi/jdbi3-oracle "3.0.0-alpha6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jdbi : jdbi3 | jar | 3.0.0-alpha6 |
| com.oracle.jdbc » ojdbc7 | jar | 12.1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jdbi : jdbi3 | jar | 3.0.0-alpha6 |
| org.jdbi : jdbi3-sqlobject | jar | 3.0.0-alpha6 |
| org.slf4j : slf4j-simple | jar | 1.7.21 |
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.5.2 |