Download commons-utils-2.1.0.jar file - Jar c

Jar examples for c:commons-utils

Description

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)

You can download jar file commons-utils 2.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add commons-utils-2.1.0.jar to your project.

<dependency>
   <groupId>fr.cenotelie.commons</groupId>
   <artifactId>commons-utils</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'fr.cenotelie.commons', name: 'commons-utils', version: '2.1.0'
libraryDependencies += "fr.cenotelie.commons" % "commons-utils" % "2.1.0"
<dependency org="fr.cenotelie.commons" name="commons-utils" rev="2.1.0"/>
@Grapes(@Grab(group='fr.cenotelie.commons', module='commons-utils', version='2.1.0'))
'fr.cenotelie.commons:commons-utils:jar:2.1.0'

Download

Click the following link to download the jar file.

commons-utils-2.1.0-javadoc.jar
commons-utils-2.1.0-sources.jar
commons-utils-2.1.0.jar
commons-utils-2.1.0.pom



Related Tutorials