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

org.jdbi:jdbi3-core 3.11.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
Идентификатор

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

jdbi3-core
Версия

Версия

3.11.1
Тип

Тип

jar

Скачать jdbi3-core 3.11.1


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