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

com.github.bingoohuang:eql 0.1.3

a simple wrapper framework for jdbc to seperate sql and java code

Группа

Группа

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

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

eql
Версия

Версия

0.1.3
Тип

Тип

jar

Скачать eql 0.1.3

Имя Файла Размер
eql-0.1.3.pom
eql-0.1.3.jar 470 KB
eql-0.1.3-sources.jar 221 KB
eql-0.1.3-javadoc.jar 1 MB
Обзор

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