Sweetener is a project created by Jsolve group. It provides a set of classes to facilitate the work with the Java language.
The recommended way to get started using sweetener in your project is with a dependency management system – the snippet below can be copied and pasted into your build.
<dependency>
<groupId>pl.jsolve</groupId>
<artifactId>sweetener</artifactId>
<version>1.0.0</version>
</dependency>
Main categories:
- collection
- Collections
- [Criteria / Restrictions] (http://jsolve.github.io/tag/#criteria),
- comparer
- core
- Objects
- [Reflections] (http://jsolve.github.io/java/reflections/)
- maths
- io
- [Resources] (https://github.com/jsolve/sweetener/wiki/Resources)
- text
- [Strings] (https://github.com/jsolve/sweetener/wiki/Strings)
- [Escapes] (http://jsolve.github.io/java/strings-escape/)
For unit tests:
___ [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/jsolve/sweetener/trend.png)](https://bitdeli.com/free "Bitdeli Badge")