MVN

de.thomas-oster : lazysql

Maven & Gradle

Jul 13, 2023

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

<dependency>
    <groupId>de.thomas-oster</groupId>
    <artifactId>lazysql</artifactId>
    <version>1.17.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.thomas-oster : lazysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.9

All Versions

Choose a version of de.thomas-oster : lazysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
lazysql-1.17.9
lazysql-1.17.8
lazysql-1.17.7
lazysql-1.17.6
lazysql-1.17.3
lazysql-1.17.2
1.16.x
lazysql-1.16.0
1.15.x
lazysql-1.15.3
lazysql-1.15.2
lazysql-1.15.1
1.15
lazysql-1.15
1.14
lazysql-1.14
1.13
lazysql-1.13
1.12
lazysql-1.12
1.10
lazysql-1.10
1.9
lazysql-1.9
1.8
lazysql-1.8

How to add a dependency to Maven

Add the following de.thomas-oster : lazysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.thomas-oster</groupId>
    <artifactId>lazysql</artifactId>
    <version>1.17.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.thomas-oster : lazysql gradle dependency to your build.gradle file:

implementation 'de.thomas-oster:lazysql:1.17.9'

Gradle Kotlin DSL: Add the following de.thomas-oster : lazysql gradle kotlin dependency to your build.gradle.kts file:

implementation("de.thomas-oster:lazysql:1.17.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.thomas-oster : lazysql sbt scala dependency to your build.sbt file:

libraryDependencies += "de.thomas-oster" % "lazysql" % "1.17.9"