не последняя версия
Последняя версия 1.1-RELEASE

com.github.fangjinuo:sqlhelper 1.0-RELEASE

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

Группа

Группа

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

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

sqlhelper
Версия

Версия

1.0-RELEASE
Тип

Тип

pom

Скачать sqlhelper 1.0-RELEASE

Имя Файла Размер
sqlhelper-1.0-RELEASE.pom 14 KB
Обзор

<!-- 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"]