o

ocient-jdbc4

JDBC Driver for connecting to an Ocient Database
http://www.ocient.com
Apache License, Version 2.0
Andrew Baptist
Files download
File Operation
ocient-jdbc4-1.85.jar download
ocient-jdbc4-1.85.pom download
ocient-jdbc4-1.85-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ocient</groupId>
  <artifactId>ocient-jdbc4</artifactId>
  <version>1.85</version>
</dependency>
Gradle Groovy
implementation 'com.ocient:ocient-jdbc4:1.85'
Gradle Kotlin
implementation("com.ocient:ocient-jdbc4:1.85")
Scala SBT
libraryDependencies += "com.ocient" % "ocient-jdbc4" % "1.85"
Groovy Grape
@Grapes(
  @Grab(group='com.ocient', module='ocient-jdbc4', version='1.85')
)
Apache Ivy
<dependency org="com.ocient" name="ocient-jdbc4" rev="1.85" />
Leiningen
[com.ocient/ocient-jdbc4 "1.85"]
Apache Buildr
'com.ocient:ocient-jdbc4:jar:1.85'