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
- Host: GitHub
- URL: https://github.com/bvolpato/inutils4j
- Owner: bvolpato
- License: apache-2.0
- Created: 2015-06-05T17:18:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T09:53:49.000Z (about 2 years ago)
- Last Synced: 2024-10-14T20:54:17.212Z (over 1 year ago)
- Topics: java, productivity, string, utilities
- Language: Java
- Homepage:
- Size: 790 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
inutils4j
========
[](https://github.com/brunocvcunha/inutils4j/blob/master/LICENSE)
[](https://travis-ci.org/brunocvcunha/inutils4j)
[](https://maven-badges.herokuapp.com/maven-central/org.brunocvcunha.inutils4j/inutils4j)
[](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/