MVN

net.kut3 : data

Maven & Gradle

May 04, 2019
2 usages
0 stars

Common interfaces for Java JDBC.

<dependency>
    <groupId>net.kut3</groupId>
    <artifactId>data</artifactId>
    <version>elt-util</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kut3 : data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: elt-util

All Versions

Choose a version of net.kut3 : data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
data-0.2.0
0.1.x
data-0.1.0
elt
data-elt-util
mysql
data-mysql-client
mongo
data-mongo-client

How to add a dependency to Maven

Add the following net.kut3 : data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.kut3</groupId>
    <artifactId>data</artifactId>
    <version>elt-util</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.kut3 : data gradle dependency to your build.gradle file:

implementation 'net.kut3:data:elt-util'

Gradle Kotlin DSL: Add the following net.kut3 : data gradle kotlin dependency to your build.gradle.kts file:

implementation("net.kut3:data:elt-util")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.kut3 : data sbt scala dependency to your build.sbt file:

libraryDependencies += "net.kut3" % "data" % "elt-util"

Advertisement