| License |
License |
|---|---|
| GroupId | GroupIdcom.araguacaima |
| ArtifactId | ArtifactIdcommons-utils |
| Version | Version1.5.4 |
| Type | Typejar |
| Description |
Descriptioncommons-utils
Common utilities is a set of java utilities for managing commmon actions when working with enums,
files, exceptions, zip/jar files, classes (via Reflection), maps, numbers and so on.
Most of the utilities extend functionalities covered in amazing libraries like:
* commons-beanutils (apache)
* commons-lang3 (apache)
* commons-io (apache)
* commons-math3 (apache)
* commons-collections4 (apache)
* jreversepro (akkumar)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-utils-1.5.4.pom | |
| commons-utils-1.5.4.jar | 501 KB |
| commons-utils-1.5.4-sources.jar | 343 KB |
| commons-utils-1.5.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.araguacaima/commons-utils/ -->
<dependency>
<groupId>com.araguacaima</groupId>
<artifactId>commons-utils</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.araguacaima/commons-utils/
implementation 'com.araguacaima:commons-utils:1.5.4'
// https://jarcasting.com/artifacts/com.araguacaima/commons-utils/
implementation ("com.araguacaima:commons-utils:1.5.4")
'com.araguacaima:commons-utils:jar:1.5.4'
<dependency org="com.araguacaima" name="commons-utils" rev="1.5.4">
<artifact name="commons-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.araguacaima', module='commons-utils', version='1.5.4')
)
libraryDependencies += "com.araguacaima" % "commons-utils" % "1.5.4"
[com.araguacaima/commons-utils "1.5.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.evosuite : evosuite-standalone-runtime | jar | 1.0.5 |
| org.apache.logging.log4j : log4j-core | jar | 2.9.0 |
| org.apache.logging.log4j : log4j-api | jar | 2.9.0 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.9.0 |
| io.codearte.jfairy : jfairy | jar | 0.5.9 |