MVN

net.kut3.data : elt-util

Maven & Gradle

May 04, 2019
0 stars

elt-util-0.2.0 · Simple utility for ELT.

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

Latest Version

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

  • Latest Stable: 0.2.0

All Versions

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

Version Vulnerabilities Updated
0.2.x
elt-util-0.2.0
0.1.x
elt-util-0.1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement