{"id":21206270,"url":"https://github.com/nwawrzyniak/nwju","last_synced_at":"2026-02-09T21:15:14.977Z","repository":{"id":230971788,"uuid":"178710681","full_name":"nwawrzyniak/nwju","owner":"nwawrzyniak","description":"nwju (nwawsoft-java-util) is a library with frequently used, yet not JDK-contained Java functions and data structures.","archived":false,"fork":false,"pushed_at":"2024-10-04T16:45:37.000Z","size":598,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T18:40:28.925Z","etag":null,"topics":["general","java","library"],"latest_commit_sha":null,"homepage":"https://nwawsoft.com/nwju/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nwawrzyniak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-31T16:05:38.000Z","updated_at":"2024-10-04T16:45:38.000Z","dependencies_parsed_at":"2024-04-01T21:50:40.531Z","dependency_job_id":"481a7551-4e5f-40d6-b8b8-4e50b1920b37","html_url":"https://github.com/nwawrzyniak/nwju","commit_stats":null,"previous_names":["nwawrzyniak/nwju"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nwawrzyniak/nwju","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwawrzyniak%2Fnwju","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwawrzyniak%2Fnwju/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwawrzyniak%2Fnwju/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwawrzyniak%2Fnwju/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwawrzyniak","download_url":"https://codeload.github.com/nwawrzyniak/nwju/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwawrzyniak%2Fnwju/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29281636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["general","java","library"],"created_at":"2024-11-20T20:55:04.335Z","updated_at":"2026-02-09T21:15:14.931Z","avatar_url":"https://github.com/nwawrzyniak.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nwju (nwawsoft-java-util)\nA package with functions and data structures that extend the Java programming language.\n\nData structures include List, Stack, Queue, Tree, Graph and more.\n\nProvides a lot of additional functions for native data types (mainly char and String).\n\n---\n## Documentation\nYou can find the full JavaDoc [on this site](https://nwawsoft.com/nwju/docs/).\n\n---\n## Adding this library to your project\nThere are multiple ways to include this library in your project.\n### Method 1) Using Maven:\nAdd the following two snippets somewhere between the `\u003cproject\u003e` and `\u003c/project\u003e` tag of your `pom.xml`:\n```\n  \u003crepositories\u003e\n    \u003crepository\u003e\n      \u003cid\u003ejitpack.io\u003c/id\u003e\n      \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n  \u003c/repositories\u003e\n```\n```\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.github.nwawrzyniak\u003c/groupId\u003e\n      \u003cartifactId\u003enwju\u003c/artifactId\u003e\n      \u003cversion\u003ev1.0.1\u003c/version\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n```\n### Method 2) Download the .jar (no automatic updates)\nThe newest version can always be found on the [GitHub Releases page](https://github.com/nwawrzyniak/nwju/releases/latest).\n\n### Method 3) Build from source\nThis 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)\n\n---\n## Improving this library\nRequests 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).\n\n---\n## Disclaimer\nI 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwawrzyniak%2Fnwju","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwawrzyniak%2Fnwju","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwawrzyniak%2Fnwju/lists"}