https://github.com/prokop-dev/java-army-knife
General purpose Java utility classes
https://github.com/prokop-dev/java-army-knife
Last synced: 12 months ago
JSON representation
General purpose Java utility classes
- Host: GitHub
- URL: https://github.com/prokop-dev/java-army-knife
- Owner: prokop-dev
- License: mit
- Created: 2020-09-27T10:01:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T01:19:40.000Z (about 5 years ago)
- Last Synced: 2025-05-19T12:18:44.749Z (about 1 year ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Maven coordinates:
# My version of Java "swiss army knife" - all utilities I need, without cluttering classpath...
## Goals
The following are important to me:
- No checked exceptions - only RuntimeExceptions allowed, all from ```java.lang.*``` package.
```xml
dev.prokop.commons
java-army-knife
1.0.2
```