is not current version
Last Version 2.5.11.RELEASE

com.github.wywuzh:commons-dbutils 2.3.11.RELEASE

基于Apache commons-dbutils进行二次封装处理的JDBC工具类库

GroupId

GroupId

com.github.wywuzh
ArtifactId

ArtifactId

commons-dbutils
Version

Version

2.3.11.RELEASE
Type

Type

jar

Download commons-dbutils 2.3.11.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-dbutils/ -->
<dependency>
    <groupId>com.github.wywuzh</groupId>
    <artifactId>commons-dbutils</artifactId>
    <version>2.3.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-dbutils/
implementation 'com.github.wywuzh:commons-dbutils:2.3.11.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-dbutils/
implementation ("com.github.wywuzh:commons-dbutils:2.3.11.RELEASE")
'com.github.wywuzh:commons-dbutils:jar:2.3.11.RELEASE'
<dependency org="com.github.wywuzh" name="commons-dbutils" rev="2.3.11.RELEASE">
  <artifact name="commons-dbutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-dbutils', version='2.3.11.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-dbutils" % "2.3.11.RELEASE"
[com.github.wywuzh/commons-dbutils "2.3.11.RELEASE"]