MVN

com.ocient : ocient-jdbc4

Maven & Gradle

Jun 30, 2023
0 stars

com.ocient:ocient-jdbc4 · JDBC Driver for connecting to an Ocient Database

<dependency>
    <groupId>com.ocient</groupId>
    <artifactId>ocient-jdbc4</artifactId>
    <version>2.106</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ocient : ocient-jdbc4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.106

All Versions

Choose a version of com.ocient : ocient-jdbc4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.96
ocient-jdbc4-2.96
2.94
ocient-jdbc4-2.94
2.86
ocient-jdbc4-2.86
2.72
ocient-jdbc4-2.72
2.64
ocient-jdbc4-2.64
2.52
ocient-jdbc4-2.52
2.45
ocient-jdbc4-2.45
2.43
ocient-jdbc4-2.43
2.38
ocient-jdbc4-2.38
2.33
ocient-jdbc4-2.33
2.29
ocient-jdbc4-2.29
2.24
ocient-jdbc4-2.24
2.12
ocient-jdbc4-2.12
2.106
ocient-jdbc4-2.106
2.105
ocient-jdbc4-2.105
2.100
ocient-jdbc4-2.100
2.10
ocient-jdbc4-2.10
2.00
ocient-jdbc4-2.00
1.92
ocient-jdbc4-1.92
1.88
ocient-jdbc4-1.88
1.85
ocient-jdbc4-1.85
1.79
ocient-jdbc4-1.79
1.72
ocient-jdbc4-1.72
1.67
ocient-jdbc4-1.67
1.59
ocient-jdbc4-1.59
1.58
ocient-jdbc4-1.58
1.54
ocient-jdbc4-1.54
1.50
ocient-jdbc4-1.50
1.40
ocient-jdbc4-1.40
1.38
ocient-jdbc4-1.38
1.35
ocient-jdbc4-1.35
1.33
ocient-jdbc4-1.33
1.25
ocient-jdbc4-1.25
1.12
ocient-jdbc4-1.12
1.6
ocient-jdbc4-1.6

How to add a dependency to Maven

Add the following com.ocient : ocient-jdbc4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ocient</groupId>
    <artifactId>ocient-jdbc4</artifactId>
    <version>2.106</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ocient : ocient-jdbc4 gradle dependency to your build.gradle file:

implementation 'com.ocient:ocient-jdbc4:2.106'

Gradle Kotlin DSL: Add the following com.ocient : ocient-jdbc4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ocient:ocient-jdbc4:2.106")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ocient : ocient-jdbc4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ocient" % "ocient-jdbc4" % "2.106"

Advertisement