Jar examples for c:commons-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)
You can download jar file commons-utils 1.0 in this page.
Apache License, Version 2.0
You can use the following script to add commons-utils-1.0.jar to your project.
<dependency> <groupId>com.github.mstream-trader</groupId> <artifactId>commons-utils</artifactId> <version>1.0</version> </dependency>
compile group: 'com.github.mstream-trader', name: 'commons-utils', version: '1.0'
libraryDependencies += "com.github.mstream-trader" % "commons-utils" % "1.0"
<dependency org="com.github.mstream-trader" name="commons-utils" rev="1.0"/>
@Grapes(@Grab(group='com.github.mstream-trader', module='commons-utils', version='1.0'))
'com.github.mstream-trader:commons-utils:jar:1.0'
Click the following link to download the jar file.
commons-utils-1.0-javadoc.jar