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

org.jdbi:jdbi 2.2.1

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.

Категории

Категории

JDBI Данные Базы данных
Группа

Группа

org.jdbi
Идентификатор

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

jdbi
Версия

Версия

2.2.1
Тип

Тип

jar

Скачать jdbi 2.2.1

Имя Файла Размер
jdbi-2.2.1.pom
jdbi-2.2.1.jar 246 KB
Обзор

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