s

sqlhelper

JDBC Extensions: Supports SQL Tools (ORM, Dialect, Pagination, DDL Dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java
https://github.com/fangjinuo/sqlhelper
Apache 2.0
bes2008
Files download
File Operation
sqlhelper-5.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.bes2008.solution.sqlhelper</groupId>
  <artifactId>sqlhelper</artifactId>
  <version>5.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.bes2008.solution.sqlhelper:sqlhelper:5.0.0'
Gradle Kotlin
implementation("io.github.bes2008.solution.sqlhelper:sqlhelper:5.0.0")
Scala SBT
libraryDependencies += "io.github.bes2008.solution.sqlhelper" % "sqlhelper" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bes2008.solution.sqlhelper', module='sqlhelper', version='5.0.0')
)
Apache Ivy
<dependency org="io.github.bes2008.solution.sqlhelper" name="sqlhelper" rev="5.0.0" />
Leiningen
[io.github.bes2008.solution.sqlhelper/sqlhelper "5.0.0"]
Apache Buildr
'io.github.bes2008.solution.sqlhelper:sqlhelper:jar:5.0.0'