resultset-mapper

The goal of this library is to map a Java java.sql.ResultSet to a POJO class.

Лицензия

Лицензия

Группа

Группа

com.dinuberinde
Идентификатор

Идентификатор

resultset-mapper
Последняя версия

Последняя версия

1.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

resultset-mapper
The goal of this library is to map a Java java.sql.ResultSet to a POJO class.
Ссылка на сайт

Ссылка на сайт

https://github.com/DinuBerinde/resultset-mapper.git
Система контроля версий

Система контроля версий

https://github.com/DinuBerinde/resultset-mapper.git

Скачать resultset-mapper

Как подключить последнюю версию

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

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.8.2
org.projectlombok : lombok jar 1.18.22
com.h2database : h2 jar 2.1.210

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3.2
1.3.1
1.3.0
1.2
1.1
1.0