is not current version
Last Version 1.0.5

com.github.buckelieg:db-tools 0.18

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

GroupId

GroupId

com.github.buckelieg
ArtifactId

ArtifactId

db-tools
Version

Version

0.18
Type

Type

jar

Download db-tools 0.18


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