is not current version
Last Version 3.6.14

com.github.fangjinuo.sqlhelper:sqlhelper 2.1.2

JDBC Extensions: Supports SQL Tools (ORM, Dialect, Pagination, DDL Dump, UrlParser, SqlStatementParser, WallFilter, BatchExecutor for Test) based Java

GroupId

GroupId

com.github.fangjinuo.sqlhelper
ArtifactId

ArtifactId

sqlhelper
Version

Version

2.1.2
Type

Type

pom

Download sqlhelper 2.1.2

Filename Size
sqlhelper-2.1.2.pom 16 KB
Browse

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