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
LGPL 3.0
jinuo.fang
文件下载
文件名 操作
sqlhelper-3.4.7.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.sqlhelper</groupId>
  <artifactId>sqlhelper</artifactId>
  <version>3.4.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper:3.4.7'
Gradle Kotlin
implementation("com.github.fangjinuo.sqlhelper:sqlhelper:3.4.7")
Scala SBT
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper" % "3.4.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper', version='3.4.7')
)
Apache Ivy
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper" rev="3.4.7" />
Leiningen
[com.github.fangjinuo.sqlhelper/sqlhelper "3.4.7"]
Apache Buildr
'com.github.fangjinuo.sqlhelper:sqlhelper:jar:3.4.7'