| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJDBI Данные Базы данных |
| Группа | Группаorg.jdbi |
| Идентификатор | Идентификаторjdbi3 |
| Версия | Версия3.0.0-beta2 |
| Тип | Типjar |
| Описание |
Описаниеjdbi 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-3.0.0-beta2.pom | |
| jdbi3-3.0.0-beta2.jar | 303 KB |
| jdbi3-3.0.0-beta2-tests.jar | 216 KB |
| jdbi3-3.0.0-beta2-test-sources.jar | 101 KB |
| jdbi3-3.0.0-beta2-sources.jar | 226 KB |
| jdbi3-3.0.0-beta2-javadoc.jar | 913 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3</artifactId>
<version>3.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3/
implementation 'org.jdbi:jdbi3:3.0.0-beta2'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3/
implementation ("org.jdbi:jdbi3:3.0.0-beta2")
'org.jdbi:jdbi3:jar:3.0.0-beta2'
<dependency org="org.jdbi" name="jdbi3" rev="3.0.0-beta2">
<artifact name="jdbi3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3', version='3.0.0-beta2')
)
libraryDependencies += "org.jdbi" % "jdbi3" % "3.0.0-beta2"
[org.jdbi/jdbi3 "3.0.0-beta2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.antlr : antlr-runtime | jar | 3.4 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| net.jodah : expiringmap | jar | 0.5.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 2.7.5 |
| com.google.guava : guava | jar | 21.0 |
| org.apache.commons : commons-jexl | jar | 2.1.1 |
| com.h2database : h2 | jar | 1.3.173 |
| org.hsqldb : hsqldb | jar | 2.3.2 |
| org.postgresql : postgresql | jar | 9.4.1212 |
| com.opentable.components : otj-pg-embedded | jar | 0.8.0 |
| org.slf4j : slf4j-simple | jar | 1.7.21 |
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.5.2 |