o

ocient-jdbc4

JDBC Driver for connecting to an Ocient Database
http://www.ocient.com
Apache License, Version 2.0
Ocient Inc
文件下载
文件名 操作
ocient-jdbc4-2.64.jar 下载
ocient-jdbc4-2.64.pom 下载
ocient-jdbc4-2.64-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ocient</groupId>
  <artifactId>ocient-jdbc4</artifactId>
  <version>2.64</version>
</dependency>
Gradle Groovy
implementation 'com.ocient:ocient-jdbc4:2.64'
Gradle Kotlin
implementation("com.ocient:ocient-jdbc4:2.64")
Scala SBT
libraryDependencies += "com.ocient" % "ocient-jdbc4" % "2.64"
Groovy Grape
@Grapes(
  @Grab(group='com.ocient', module='ocient-jdbc4', version='2.64')
)
Apache Ivy
<dependency org="com.ocient" name="ocient-jdbc4" rev="2.64" />
Leiningen
[com.ocient/ocient-jdbc4 "2.64"]
Apache Buildr
'com.ocient:ocient-jdbc4:jar:2.64'