lazysql

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

License

License

GroupId

GroupId

de.thomas-oster
ArtifactId

ArtifactId

lazysql
Last Version

Last Version

1.15.1
Release Date

Release Date

Type

Type

jar
Description

Description

lazysql
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
Project URL

Project URL

https://lazysql.thomas-oster.de
Source Code Management

Source Code Management

https://gitlab.com/t-oster/lazysql

Download lazysql

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.google.auto.service : auto-service jar 1.0-rc6
com.squareup : javapoet jar 1.11.1
com.google.code.gson : gson jar 2.8.1
commons-io : commons-io jar 2.5
commons-lang : commons-lang jar 2.6
com.esotericsoftware.yamlbeans : yamlbeans jar 1.13
com.fasterxml.jackson.core : jackson-annotations jar 2.10.0
javax.annotation : javax.annotation-api jar 1.3.2
jakarta.xml.bind : jakarta.xml.bind-api jar 2.3.2
org.glassfish.jaxb : jaxb-runtime jar 2.3.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.15.1
1.15
1.14
1.13
1.12
1.10
1.9
1.8