не последняя версия
Последняя версия 3.6.14

com.github.fangjinuo.sqlhelper:sqlhelper 2.1.0

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

Группа

Группа

com.github.fangjinuo.sqlhelper
Идентификатор

Идентификатор

sqlhelper
Версия

Версия

2.1.0
Тип

Тип

pom

Скачать sqlhelper 2.1.0

Имя Файла Размер
sqlhelper-2.1.0.pom 16 KB
Обзор

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