is not current version
Last Version 1.0.5

com.github.buckelieg:db-tools 0.15

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

GroupId

GroupId

com.github.buckelieg
ArtifactId

ArtifactId

db-tools
Version

Version

0.15
Type

Type

jar

Download db-tools 0.15


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