is not current version
Last Version 2.5.11.RELEASE

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

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

GroupId

GroupId

com.github.wywuzh
ArtifactId

ArtifactId

commons-jdbc
Version

Version

2.4.3.RELEASE
Type

Type

jar

Download commons-jdbc 2.4.3.RELEASE


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