| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJDBI Данные Базы данных |
| Группа | Группаorg.jdbi |
| Идентификатор | Идентификаторjdbi3-jpa |
| Версия | Версия3.28.0 |
| Тип | Типjar |
| Описание |
Описаниеjdbi3 JPA Integration
Jdbi is designed to provide convenient tabular data access in
Java(tm). It uses the Java collections framework for query
results, provides a convenient means of externalizing sql
statements, and provides named parameter support for any database
being used.
|
| Имя Файла | Размер |
|---|---|
| jdbi3-jpa-3.28.0.pom | |
| jdbi3-jpa-3.28.0.jar | 18 KB |
| jdbi3-jpa-3.28.0-tests.jar | 36 KB |
| jdbi3-jpa-3.28.0-test-sources.jar | 6 KB |
| jdbi3-jpa-3.28.0-sources.jar | 11 KB |
| jdbi3-jpa-3.28.0-javadoc.jar | 156 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-jpa/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-jpa</artifactId>
<version>3.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-jpa/
implementation 'org.jdbi:jdbi3-jpa:3.28.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-jpa/
implementation ("org.jdbi:jdbi3-jpa:3.28.0")
'org.jdbi:jdbi3-jpa:jar:3.28.0'
<dependency org="org.jdbi" name="jdbi3-jpa" rev="3.28.0">
<artifact name="jdbi3-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-jpa', version='3.28.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-jpa" % "3.28.0"
[org.jdbi/jdbi3-jpa "3.28.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jdbi : jdbi3-core | jar | 3.28.0 |
| org.jdbi : jdbi3-sqlobject Необязательный | jar | 3.28.0 |
| javax.persistence : persistence-api | jar | 1.0.2 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jdbi : jdbi3-core | jar | 3.28.0 |
| org.jdbi : jdbi3-testing | jar | 3.28.0 |
| com.h2database : h2 | jar | 2.1.210 |
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| org.junit.jupiter : junit-jupiter-api Необязательный | jar | |
| org.assertj : assertj-core | jar | 3.21.0 |