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

https://github.com/gv2011/util

Various general purpose Java utilities
https://github.com/gv2011/util

collections immutable java logging streams testing

Last synced: about 1 year ago
JSON representation

Various general purpose Java utilities

Awesome Lists containing this project

README

          

[![Maven Central](https://img.shields.io/maven-central/v/com.github.gv2011/util-parent.svg)](https://repo1.maven.org/maven2/com/github/gv2011/util-parent/0.14/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

# util

General purpose utilities.

## License and copyright

See file pom.xml.

## Dependencies


com.github.gv2011
util-apis
0.10



com.github.gv2011
gcol
${util.version}
runtime


com.github.gv2011
util-beans
${util.version}
runtime


com.github.gv2011
jsong
${util.version}
runtime


com.github.gv2011
util-logback
${util.version}
runtime



com.github.gv2011
testutil
${util.version}
test

## Sonatype repo

[https://oss.sonatype.org/content/groups/public/com/github/gv2011/util-parent/](https://oss.sonatype.org/content/groups/public/com/github/gv2011/util-parent/)