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

https://github.com/antonsjava/jaul

Just another utility library
https://github.com/antonsjava/jaul

java utility-library

Last synced: about 1 month ago
JSON representation

Just another utility library

Awesome Lists containing this project

README

        

# jaul

Jaul stands for just another utility library. There is many of such libraries.
This one is my and I put it here so I can use it in my projects. Feel free to
use it too if you like it. It is small (less than 100KB) library, so it is not
a problem to add it to any project, even you want to use only one class.

It provides set of individual classes with very simple functionality. They are
used mostly to avoid unboxing nullpointers and some little string processing
helper functions.

There are several types of utilities
- [common](./common.md) java types helpers
- [bytes](./bytes.md) helpers
- [file](./files.md) helpers
- [pojo](./pojo.md) helpers
- [xml](./xml.md) helpers
- [utilities](./utilities.md)

## Maven usage

```

io.github.antonsjava
jaul
LASTVERSION

```
You can find LASTVERSION [here](https://mvnrepository.com/artifact/com.github.antonsjava/jaul)

## OSGI usage (Karaf)

```
bundle:install mvn:com.github.antonsjava/jaul/1.10
bundle:start com.github.antonsjava.jaul/1.10.0
```