oss-jdbc

OSS-JDBC is an empty Maven project that depends on several Open Source JDBC drivers. The sole purpose of this project is to automatically pull in JDBC driver JARs as Maven dependencies, each of which may have its own license.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 3,471 Downloads
  • 3,386 This Version

Leiningen/Boot

[oss-jdbc "0.8.0"]

Clojure CLI/deps.edn

oss-jdbc/oss-jdbc {:mvn/version "0.8.0"}

Gradle

implementation("oss-jdbc:oss-jdbc:0.8.0")

Maven

<dependency>
  <groupId>oss-jdbc</groupId>
  <artifactId>oss-jdbc</artifactId>
  <version>0.8.0</version>
</dependency>