zivry / JavaMicroUtils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaMicroUtils

JavaMicroUtils is a tiny library with classes (micro-utils) designed each with a specific goal, usually some small helper methods that can save a few lines of boilerplates code.
The library assists using some of the JDK core api's and Guava api's.
In Addition Java newcomers can learn some concepts and best practices from the source code of the JavaMicroUtils.

Getting started

TBD

MicroUtils Overview

  • FilesMu - read/write operations on files
  • ExceptionsMu - exceptions handling, or in other words helping the world salvation from checked exceptions

Major Dependencies

can be seen in build.gradle

About

License:Apache License 2.0


Languages

Language:Java 100.0%