MVN

com.googlecode.jdbw : jdbw

Maven & Gradle

Jul 23, 2022
0 stars

jdbw · JDBC wrapping database library

<dependency>
    <groupId>com.googlecode.jdbw</groupId>
    <artifactId>jdbw</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jdbw : jdbw to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.googlecode.jdbw : jdbw to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jdbw-1.2.1
jdbw-1.2.0
1.1.x
jdbw-1.1.1
jdbw-1.1.0
1.0.x
jdbw-1.0.3
jdbw-1.0.1
jdbw-1.0.0
0.9.x
jdbw-0.9.16
jdbw-0.9.15
jdbw-0.9.14
jdbw-0.9.13
jdbw-0.9.12
jdbw-0.9.10
jdbw-0.9.9
jdbw-0.9.8
jdbw-0.9.7
jdbw-0.9.6
jdbw-0.9.5
jdbw-0.9.4
jdbw-0.9.3
jdbw-0.9.2
jdbw-0.9.1
jdbw-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.jdbw</groupId>
    <artifactId>jdbw</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jdbw : jdbw gradle dependency to your build.gradle file:

implementation 'com.googlecode.jdbw:jdbw:1.2.1'

Gradle Kotlin DSL: Add the following com.googlecode.jdbw : jdbw gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jdbw:jdbw:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jdbw : jdbw sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jdbw" % "jdbw" % "1.2.1"