is not current version
Last Version 1.0.5

com.github.buckelieg:db-tools 0.14

Simple-tools project for database: functional style programming with plain JDBC

GroupId

GroupId

com.github.buckelieg
ArtifactId

ArtifactId

db-tools
Version

Version

0.14
Type

Type

jar

Download db-tools 0.14


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