MVN

com.btaz.util : data-util

Maven & Gradle

Jun 19, 2014
3 stars

DataUtil · Java data manipulation utility that makes it easier to work with data structures and files.

<dependency>
    <groupId>com.btaz.util</groupId>
    <artifactId>data-util</artifactId>
    <version>0.3.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.btaz.util : data-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.25

All Versions

Choose a version of com.btaz.util : data-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
data-util-0.3.25
data-util-0.3.24
data-util-0.3.23
data-util-0.3.22
data-util-0.3.21
data-util-0.3.20
data-util-0.3.19
data-util-0.3.18
data-util-0.3.17
data-util-0.3.16
data-util-0.3.15
data-util-0.3.14
data-util-0.3.13
data-util-0.3.12
data-util-0.3.11
data-util-0.3.10
data-util-0.3.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.btaz.util</groupId>
    <artifactId>data-util</artifactId>
    <version>0.3.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.btaz.util : data-util gradle dependency to your build.gradle file:

implementation 'com.btaz.util:data-util:0.3.25'

Gradle Kotlin DSL: Add the following com.btaz.util : data-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.btaz.util:data-util:0.3.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.btaz.util : data-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.btaz.util" % "data-util" % "0.3.25"