Last Version

Kotlin-JDBC 0.5.2

A thin library that exposes JDBC API with the convenience of Kotlin and gets out of the way when not needed.

License

License

MIT
Categories

Categories

Kotlin Languages
GroupId

GroupId

com.vladsch.kotlin-jdbc
ArtifactId

ArtifactId

kotlin-jdbc
Version

Version

0.5.2
Type

Type

jar
Description

Description

Kotlin-JDBC
A thin library that exposes JDBC API with the convenience of Kotlin and gets out of the way when not needed.
Project URL

Project URL

https://github.com/vsch/reverse-regex
Source Code Management

Source Code Management

https://github.com/vsch/kotlin-jdbc

Download kotlin-jdbc 0.5.2


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

Dependencies

compile (8)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.3.71
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.3.71
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.71
com.zaxxer : HikariCP jar 3.1.0
org.jetbrains : annotations jar 15.0
com.vladsch.boxed-json : boxed-json jar 0.5.32
joda-time : joda-time jar 2.9.9
org.slf4j : slf4j-api jar 1.7.25

test (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.71
junit : junit jar 4.12
com.h2database : h2 jar 1.4.196
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.