MVN

org.polyjdbc : polyjdbc

Maven & Gradle

Mar 20, 2019
11 usages
29 stars

polyjdbc · PolyJDBC - lightweight JDBC abstraction supporting transactions, multiple databases and rich schema inspection/creationd.

<dependency>
    <groupId>org.polyjdbc</groupId>
    <artifactId>polyjdbc</artifactId>
    <version>0.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.polyjdbc : polyjdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.6

All Versions

Choose a version of org.polyjdbc : polyjdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
polyjdbc-0.7.6
polyjdbc-0.7.5
polyjdbc-0.7.4
polyjdbc-0.7.3
polyjdbc-0.7.2
polyjdbc-0.7.1
polyjdbc-0.7.0
0.6.x
polyjdbc-0.6.6
polyjdbc-0.6.5
polyjdbc-0.6.4
polyjdbc-0.6.3
polyjdbc-0.6.2
polyjdbc-0.6.1
polyjdbc-0.6.0
0.5.x
polyjdbc-0.5.0
0.4.x
polyjdbc-0.4.0
0.3.x
polyjdbc-0.3.0
0.2.x
polyjdbc-0.2.2
polyjdbc-0.2.1
polyjdbc-0.2.0
0.1.x
polyjdbc-0.1.1
polyjdbc-0.1.0

How to add a dependency to Maven

Add the following org.polyjdbc : polyjdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.polyjdbc</groupId>
    <artifactId>polyjdbc</artifactId>
    <version>0.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.polyjdbc : polyjdbc gradle dependency to your build.gradle file:

implementation 'org.polyjdbc:polyjdbc:0.7.6'

Gradle Kotlin DSL: Add the following org.polyjdbc : polyjdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.polyjdbc:polyjdbc:0.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.polyjdbc : polyjdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.polyjdbc" % "polyjdbc" % "0.7.6"

Advertisement

Dependencies from Group

Mar 20, 2019
11 usages
29 stars
Aug 24, 2014
29 stars

Discover Dependencies

Apr 18, 2020
3 usages
632 stars
Dec 30, 2020
4 usages
0 stars
Feb 23, 2017
5 usages
1 stars
Jun 14, 2017
5 usages
83 stars
Nov 08, 2021
4 usages
Jul 03, 2023
10 usages
3 stars
Nov 20, 2021
2 usages
2 stars
Apr 05, 2016
5 stars