is not current version
Last Version 1.15.1

de.thomas-oster:lazysql 1.9

A java Annotation processor which generates Code for you to perfom JDBC Database queries. Your Queries will be checked by your database at compile time and the results are mapped to typesafe java type

GroupId

GroupId

de.thomas-oster
ArtifactId

ArtifactId

lazysql
Version

Version

1.9
Type

Type

jar

Download lazysql 1.9


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