is not current version
Last Version 1.1-RELEASE

com.github.gkutiel:lite 0.2-RELEASE

Simple SQL

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

lite
Version

Version

0.2-RELEASE
Type

Type

jar

Download lite 0.2-RELEASE


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