Last Version

jdbc-utils 1.0.0-RELEASE

A flexible and easy-to-use JDBC toolkit, suitable for data operations in SaaS mode, and can also be used as database operation and maintenance tools.

License

License

GroupId

GroupId

com.fixiu
ArtifactId

ArtifactId

jdbc-utils
Version

Version

1.0.0-RELEASE
Type

Type

jar
Description

Description

jdbc-utils
A flexible and easy-to-use JDBC toolkit, suitable for data operations in SaaS mode, and can also be used as database operation and maintenance tools.
Project URL

Project URL

https://github.com/dongyushuai/jdbc-utils
Source Code Management

Source Code Management

https://github.com/dongyushuai/jdbc-utils

Download jdbc-utils 1.0.0-RELEASE


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

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.commons : commons-collections4 jar 4.4
com.mchange : c3p0 jar 0.9.5.5
org.apache.commons : commons-dbcp2 jar 2.8.0
com.alibaba : druid jar 1.2.5
com.github.jsqlparser : jsqlparser jar 4.0
org.apache.commons : commons-lang3 jar 3.12.0
com.zaxxer : HikariCP jar 4.0.3

Project Modules

There are no modules declared in this project.