| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJDBI Данные Базы данных |
| Группа | Группаorg.jdbi |
| Идентификатор | Идентификаторjdbi3-core |
| Последняя версия | Последняя версия3.30.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjdbi3 Core
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-core-3.30.0.pom | |
| jdbi3-core-3.30.0.jar | 499 KB |
| jdbi3-core-3.30.0-tests.jar | 548 KB |
| jdbi3-core-3.30.0-test-sources.jar | 216 KB |
| jdbi3-core-3.30.0-sources.jar | 347 KB |
| jdbi3-core-3.30.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-core/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-core</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-core/
implementation 'org.jdbi:jdbi3-core:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-core/
implementation ("org.jdbi:jdbi3-core:3.30.0")
'org.jdbi:jdbi3-core:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-core" rev="3.30.0">
<artifact name="jdbi3-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-core', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-core" % "3.30.0"
[org.jdbi/jdbi3-core "3.30.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.32 |
| io.leangen.geantyref : geantyref | jar | 1.3.13 |
| com.github.ben-manes.caffeine : caffeine | jar | 3.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.spotbugs : spotbugs-annotations | jar | 4.7.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| org.immutables : value Необязательный | jar | 2.8.8 |
| org.inferred : freebuilder Необязательный | jar | 2.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 4.2.0 |
| org.mockito : mockito-junit-jupiter | jar | 4.2.0 |
| com.google.guava : guava | jar | 30.1.1-jre |
| com.h2database : h2 | jar | 2.1.212 |
| org.hsqldb : hsqldb | jar | 2.6.0 |
| org.postgresql : postgresql | jar | 42.3.3 |
| org.xerial : sqlite-jdbc | jar | 3.36.0.1 |
| de.softwareforge.testing : pg-embedded | jar | 4.2 |
| org.slf4j : slf4j-simple | jar | 1.7.32 |
| org.junit.jupiter : junit-jupiter-api Необязательный | jar | |
| org.assertj : assertj-core | jar | 3.21.0 |