is not current version
Last Version 3.30.0

jdbi3 Kotlin plugin 3.21.0

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.

License

License

Categories

Categories

Kotlin Languages JDBI Data Databases
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi3-kotlin
Version

Version

3.21.0
Type

Type

jar
Description

Description

jdbi3 Kotlin plugin
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.

Download jdbi3-kotlin 3.21.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains : annotations jar 21.0.1
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.21
org.jetbrains.kotlin : kotlin-reflect jar 1.5.21
org.jdbi : jdbi3-core jar 3.21.0

test (12)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.5.21
org.jetbrains.kotlin : kotlin-test-junit jar 1.5.21
org.mockito : mockito-core jar 3.11.2
com.nhaarman : mockito-kotlin jar 1.6.0
org.jdbi : jdbi3-core jar 3.21.0
org.jdbi : jdbi3-testing jar 3.21.0
org.jdbi : jdbi3-sqlobject jar 3.21.0
com.h2database : h2 jar 1.4.200
com.opentable.components : otj-pg-embedded jar 0.13.4
org.slf4j : slf4j-simple jar 1.7.30
junit : junit jar 4.13.2
org.assertj : assertj-core jar 3.20.2

Project Modules

There are no modules declared in this project.