MVN

com.sop4j : dbutils

Maven & Gradle

Jul 15, 2014
8 stars

SOP4J DbUtils · A fork of Apache Commons-DbUtils.

<dependency>
    <groupId>com.sop4j</groupId>
    <artifactId>dbutils</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sop4j : dbutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of com.sop4j : dbutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
dbutils-2.2
2.1
dbutils-2.1
2.0
dbutils-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sop4j</groupId>
    <artifactId>dbutils</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sop4j : dbutils gradle dependency to your build.gradle file:

implementation 'com.sop4j:dbutils:2.2'

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

implementation("com.sop4j:dbutils:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sop4j : dbutils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sop4j" % "dbutils" % "2.2"

Advertisement