Download commons-utils-1.2.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 1.2 in this page.

License

Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>com.github.mstream-trader</groupId>
   <artifactId>commons-utils</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.github.mstream-trader', name: 'commons-utils', version: '1.2'
libraryDependencies += "com.github.mstream-trader" % "commons-utils" % "1.2"
<dependency org="com.github.mstream-trader" name="commons-utils" rev="1.2"/>
@Grapes(@Grab(group='com.github.mstream-trader', module='commons-utils', version='1.2'))
'com.github.mstream-trader:commons-utils:jar:1.2'

Download

Click the following link to download the jar file.

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



Related Tutorials