MVN

com.araguacaima : commons-utils

Maven & Gradle

Jun 13, 2021
5 usages
0 stars

Common utilities is a set of java utilities for managing typical actions when working with enums, files, exceptions, zip/jar files, classes (via Reflection), maps, numbers and so on. Most of the utilities extend functionalities offered by amazing libraries such as: * commons-beanutils (apache) * commons-lang3 (apache) * commons-io (apache) * commons-math3 (apache) * commons-collections4 (apache) * jreversepro (akkumar)

<dependency>
    <groupId>com.araguacaima</groupId>
    <artifactId>commons-utils</artifactId>
    <version>1.5.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.araguacaima : commons-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.17

All Versions

Choose a version of com.araguacaima : commons-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
commons-utils-1.5.17
commons-utils-1.5.14
commons-utils-1.5.13
commons-utils-1.5.12
commons-utils-1.5.11
commons-utils-1.5.10
commons-utils-1.5.9
commons-utils-1.5.8
commons-utils-1.5.7
commons-utils-1.5.6
commons-utils-1.5.5
commons-utils-1.5.4
commons-utils-1.5.3
commons-utils-1.5.2
commons-utils-1.5.1
1.5
commons-utils-1.5
1.4
commons-utils-1.4
1.3
commons-utils-1.3
1.2
commons-utils-1.2
1.1
commons-utils-1.1
1.0.x
commons-utils-1.0.1
1.0
commons-utils-1.0-RELEASE

How to add a dependency to Maven

Add the following com.araguacaima : commons-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.araguacaima</groupId>
    <artifactId>commons-utils</artifactId>
    <version>1.5.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.araguacaima : commons-utils gradle dependency to your build.gradle file:

implementation 'com.araguacaima:commons-utils:1.5.17'

Gradle Kotlin DSL: Add the following com.araguacaima : commons-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.araguacaima:commons-utils:1.5.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.araguacaima : commons-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.araguacaima" % "commons-utils" % "1.5.17"

Advertisement