p

polyjdbc

PolyJDBC - lightweight JDBC abstraction supporting transactions, multiple databases and rich schema inspection/creationd.
http://polyjdbc.org
The Apache License, Version 2.0
Adam Dubiel
Files download
File Operation
polyjdbc-0.7.2.jar download
polyjdbc-0.7.2.pom download
polyjdbc-0.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.polyjdbc</groupId>
  <artifactId>polyjdbc</artifactId>
  <version>0.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.polyjdbc:polyjdbc:0.7.2'
Gradle Kotlin
implementation("org.polyjdbc:polyjdbc:0.7.2")
Scala SBT
libraryDependencies += "org.polyjdbc" % "polyjdbc" % "0.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.polyjdbc', module='polyjdbc', version='0.7.2')
)
Apache Ivy
<dependency org="org.polyjdbc" name="polyjdbc" rev="0.7.2" />
Leiningen
[org.polyjdbc/polyjdbc "0.7.2"]
Apache Buildr
'org.polyjdbc:polyjdbc:jar:0.7.2'