Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.