An open API service indexing awesome lists of open source software.

https://github.com/bvolpato/inutils4j

:nut_and_bolt: Utilities API for Java
https://github.com/bvolpato/inutils4j

java productivity string utilities

Last synced: over 1 year ago
JSON representation

:nut_and_bolt: Utilities API for Java

Awesome Lists containing this project

README

          

inutils4j
========

[![Apache License](http://img.shields.io/badge/license-ASL-blue.svg)](https://github.com/brunocvcunha/inutils4j/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/brunocvcunha/inutils4j.svg)](https://travis-ci.org/brunocvcunha/inutils4j)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.brunocvcunha.inutils4j/inutils4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.brunocvcunha.inutils4j/inutils4j)
[![Coverage Status](https://coveralls.io/repos/github/brunocvcunha/inutils4j/badge.svg?branch=master)](https://coveralls.io/github/brunocvcunha/inutils4j?branch=master)

:nut_and_bolt: Repository that contains a lot of utilities for common problems in Java.

Toolbelt
--------
- MyArrUtils: array functions
- MyClasspathUtils: classpath operations
- MyConcurrencyUtils: parallelization made easy
- MyDateUtils: date calculation and date display
- MyFileUtils: files operations and file scanners
- MyHTTPUtils: HTTP operations in an easy way
- MyImageUtils: operations on images
- MyListUtils: add functionality to List interface
- MyMapUtils: add functionality to Map interface
- MyNumberUtils: useful numeric/math operations
- MyObjectUtils: operations and nice object display
- MyStreamUtils: simple and effective I/O
- MyStringUtils: dozens of string operations
- MySystemUtils: get OS information easily
- MyTextRegex: some common regex operations
- MyVideoUtils: video information tool
- MyZipUtils: easy zip extraction/compression

Download
--------

Download [the latest JAR][1] or grab via Maven:
```xml

org.brunocvcunha.inutils4j
inutils4j
0.5

```
or Gradle:
```groovy
compile 'org.brunocvcunha.inutils4j:inutils4j:0.5'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

Inutils4j requires at minimum Java 7.

[1]: https://search.maven.org/remote_content?g=org.brunocvcunha.inutils4j&a=inutils4j&v=LATEST
[snap]: https://oss.sonatype.org/content/repositories/snapshots/