is not current version
Last Version 2.5.11.RELEASE

com.github.wywuzh:commons-jdbc 2.3.4.RELEASE

Spring JDBC工具类库,旨在对Spring JDBC进行简单封装,降低Spring JDBC使用的复杂度,提高重复性代码的可重用度,尽可能地减少编码工作量。

GroupId

GroupId

com.github.wywuzh
ArtifactId

ArtifactId

commons-jdbc
Version

Version

2.3.4.RELEASE
Type

Type

jar

Download commons-jdbc 2.3.4.RELEASE


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