is not current version
Last Version 0.1.15

com.github.bingoohuang:eql 0.1.8

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

GroupId

GroupId

com.github.bingoohuang
ArtifactId

ArtifactId

eql
Version

Version

0.1.8
Type

Type

jar

Download eql 0.1.8


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