MVN

com.github.buckelieg : db-tools

Maven & Gradle

Nov 13, 2017
2 stars

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

<dependency>
    <groupId>com.github.buckelieg</groupId>
    <artifactId>db-tools</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.buckelieg : db-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.github.buckelieg : db-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
db-tools-1.0.5
db-tools-1.0.4
db-tools-1.0.3
db-tools-1.0.2
db-tools-1.0.1
db-tools-1.0.0
0.19
db-tools-0.19
0.18
db-tools-0.18
0.17
db-tools-0.17
0.16
db-tools-0.16
0.15
db-tools-0.15
0.14
db-tools-0.14
0.13
db-tools-0.13
0.12
db-tools-0.12
0.11
db-tools-0.11
0.10
db-tools-0.10
0.9
db-tools-0.9
0.8
db-tools-0.8
0.7
db-tools-0.7
0.6
db-tools-0.6
0.5
db-tools-0.5
0.4
db-tools-0.4
0.3
db-tools-0.3
0.2
db-tools-0.2

How to add a dependency to Maven

Add the following com.github.buckelieg : db-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.buckelieg</groupId>
    <artifactId>db-tools</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.buckelieg : db-tools gradle dependency to your build.gradle file:

implementation 'com.github.buckelieg:db-tools:1.0.5'

Gradle Kotlin DSL: Add the following com.github.buckelieg : db-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.buckelieg:db-tools:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.buckelieg : db-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.buckelieg" % "db-tools" % "1.0.5"

Advertisement