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
- Host: GitHub
- URL: https://github.com/antonsjava/jaul
- Owner: antonsjava
- License: apache-2.0
- Created: 2015-08-23T17:52:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T11:38:31.000Z (3 months ago)
- Last Synced: 2025-03-27T18:19:49.225Z (about 2 months ago)
- Topics: java, utility-library
- Language: Java
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```