License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.oracle.database.jdbc |
ArtifactId | ArtifactIdojdbc-bom |
Last Version | Last Version21.6.0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionojdbc-bom
Bill of Materials (BOM) for JDBC driver and other additional jars
|
Project URL |
Project URL |
Filename | Size |
---|---|
ojdbc-bom-21.6.0.0.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.database.jdbc/ojdbc-bom/ -->
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-bom</artifactId>
<version>21.6.0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.database.jdbc/ojdbc-bom/
implementation 'com.oracle.database.jdbc:ojdbc-bom:21.6.0.0.1'
// https://jarcasting.com/artifacts/com.oracle.database.jdbc/ojdbc-bom/
implementation ("com.oracle.database.jdbc:ojdbc-bom:21.6.0.0.1")
'com.oracle.database.jdbc:ojdbc-bom:pom:21.6.0.0.1'
<dependency org="com.oracle.database.jdbc" name="ojdbc-bom" rev="21.6.0.0.1">
<artifact name="ojdbc-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oracle.database.jdbc', module='ojdbc-bom', version='21.6.0.0.1')
)
libraryDependencies += "com.oracle.database.jdbc" % "ojdbc-bom" % "21.6.0.0.1"
[com.oracle.database.jdbc/ojdbc-bom "21.6.0.0.1"]