Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwawrzyniak/nwju
nwju (nwawsoft-java-util) is a library with frequently used, yet not JDK-contained Java functions and data structures.
https://github.com/nwawrzyniak/nwju
general java library
Last synced: about 1 month ago
JSON representation
nwju (nwawsoft-java-util) is a library with frequently used, yet not JDK-contained Java functions and data structures.
- Host: GitHub
- URL: https://github.com/nwawrzyniak/nwju
- Owner: nwawrzyniak
- License: unlicense
- Created: 2019-03-31T16:05:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T22:27:31.000Z (over 3 years ago)
- Last Synced: 2024-04-01T21:50:34.989Z (9 months ago)
- Topics: general, java, library
- Language: Java
- Homepage: https://www.nwawsoft.com/nwju
- Size: 663 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# nwju (nwawsoft-java-util)
A package with functions and data structures that extend the Java programming language.Data structures include List, Stack, Queue, Tree, Graph and more.
Provides a lot of additional functions for native data types (mainly char and String).
---
## Documentation
You can find the full JavaDoc [on this site](https://nwawsoft.com/nwju/docs/).---
## Adding this library to your project
There are multiple ways to include this library in your project.
### Method 1) Using Maven:
Add the following two snippets somewhere between the `` and `` tag of your `pom.xml`:
```
jitpack.io
https://jitpack.io
```
```
com.github.nwawrzyniak
nwju
v1.0.1
```
### Method 2) Download the .jar (no automatic updates)
The newest version can always be found on the [GitHub Releases page](https://github.com/nwawrzyniak/nwju/releases/latest).### Method 3) Build from source
This can be done via `git clone https://github.com/nwawrzyniak/nwju.git` or by [downloading the source files](https://github.com/nwawrzyniak/nwju/archive/refs/heads/master.zip)---
## Improving this library
Requests for functions that are general enough to be included in a standard library are welcome and should be [reported as an Issue](https://github.com/nwawrzyniak/nwju/issues).---
## Disclaimer
I do not take any warranty for the usage of this library, though I intend to maintain this library as well as possible and respond to feedback.