| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJDBI Данные Базы данных |
| Группа | Группаcom.bertoncelj.jdbi.entitymapper |
| Идентификатор | Идентификаторjdbi-entity-mapper |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjdbi-entity-mapper
Automatically map SQL query results to objects by (optionally) annotating fields with column names.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jdbi-entity-mapper-1.0.0.pom | |
| jdbi-entity-mapper-1.0.0.jar | 7 KB |
| jdbi-entity-mapper-1.0.0-sources.jar | 4 KB |
| jdbi-entity-mapper-1.0.0-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bertoncelj.jdbi.entitymapper/jdbi-entity-mapper/ -->
<dependency>
<groupId>com.bertoncelj.jdbi.entitymapper</groupId>
<artifactId>jdbi-entity-mapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertoncelj.jdbi.entitymapper/jdbi-entity-mapper/
implementation 'com.bertoncelj.jdbi.entitymapper:jdbi-entity-mapper:1.0.0'
// https://jarcasting.com/artifacts/com.bertoncelj.jdbi.entitymapper/jdbi-entity-mapper/
implementation ("com.bertoncelj.jdbi.entitymapper:jdbi-entity-mapper:1.0.0")
'com.bertoncelj.jdbi.entitymapper:jdbi-entity-mapper:jar:1.0.0'
<dependency org="com.bertoncelj.jdbi.entitymapper" name="jdbi-entity-mapper" rev="1.0.0">
<artifact name="jdbi-entity-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertoncelj.jdbi.entitymapper', module='jdbi-entity-mapper', version='1.0.0')
)
libraryDependencies += "com.bertoncelj.jdbi.entitymapper" % "jdbi-entity-mapper" % "1.0.0"
[com.bertoncelj.jdbi.entitymapper/jdbi-entity-mapper "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jdbi : jdbi | jar | 2.63.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.9.10 |
| com.h2database : h2 | jar | 1.4.191 |