License |
License |
---|---|
Categories |
CategoriesKotlin Languages JDBI Data Databases |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-kotlin-sqlobject |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 SqlObject 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.
|
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-kotlin-sqlobject/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-kotlin-sqlobject</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-kotlin-sqlobject/
implementation 'org.jdbi:jdbi3-kotlin-sqlobject:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-kotlin-sqlobject/
implementation ("org.jdbi:jdbi3-kotlin-sqlobject:3.30.0")
'org.jdbi:jdbi3-kotlin-sqlobject:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-kotlin-sqlobject" rev="3.30.0">
<artifact name="jdbi3-kotlin-sqlobject" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-kotlin-sqlobject', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-kotlin-sqlobject" % "3.30.0"
[org.jdbi/jdbi3-kotlin-sqlobject "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.jdbi : jdbi3-kotlin | jar | 3.30.0 |
org.jdbi : jdbi3-sqlobject | jar | 3.30.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.6.21 |
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.jdbi : jdbi3-testing | jar | 3.30.0 |
com.h2database : h2 | jar | 2.1.212 |
de.softwareforge.testing : pg-embedded | jar | 4.2 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
org.assertj : assertj-core | jar | 3.21.0 |