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

com.github.fangjinuo.sqlhelper:sqlhelper 2.4.1

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

Группа

Группа

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

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

sqlhelper
Версия

Версия

2.4.1
Тип

Тип

pom

Скачать sqlhelper 2.4.1

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

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