| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.thomas-oster |
| Идентификатор | Идентификаторlazysql |
| Последняя версия | Последняя версия1.15.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| lazysql-1.15.1.pom | |
| lazysql-1.15.1.jar | 196 KB |
| lazysql-1.15.1-sources.jar | 49 KB |
| lazysql-1.15.1-javadoc.jar | 188 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |