is not current version
Last Version 1.1-RELEASE

com.github.fangjinuo:sqlhelper 1.0-RELEASE

Supports SQL Tools ( Dialect, Pagination, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java

GroupId

GroupId

com.github.fangjinuo
ArtifactId

ArtifactId

sqlhelper
Version

Version

1.0-RELEASE
Type

Type

pom

Download sqlhelper 1.0-RELEASE

Filename Size
sqlhelper-1.0-RELEASE.pom 14 KB
Browse

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