https://github.com/greg-hellings/java-utilities
https://github.com/greg-hellings/java-utilities
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greg-hellings/java-utilities
- Owner: greg-hellings
- Created: 2016-03-10T16:20:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T17:59:39.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T21:13:41.197Z (over 1 year ago)
- Language: Java
- Size: 38.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/greg-hellings/java-utilities.svg?branch=master
:target: https://travis-ci.org/greg-hellings/java-utilities
Documentation
=============
It's probably best for you to read the `javadocs `_.
What This Is
============
Fundamentally, this is just a place where I can dump some small, useful, mostly self-contained sets of Java code that I
can reuse in other projects that I work on. Each particular class or tiny group of classes should be relatively well
contained and documented from its own javadocs.
This repository does not contain much in the way of coherent libraries. Those can be found elsewhere.