https://github.com/fizzed/crux
Assorted lightweight utility libraries for Java 8+
https://github.com/fizzed/crux
Last synced: about 1 month ago
JSON representation
Assorted lightweight utility libraries for Java 8+
- Host: GitHub
- URL: https://github.com/fizzed/crux
- Owner: fizzed
- Created: 2016-03-02T04:19:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T19:03:13.000Z (4 months ago)
- Last Synced: 2025-03-27T03:51:24.937Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 4.19 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crux by Fizzed
==============[](https://mvnrepository.com/artifact/com.fizzed/crux)
## Automated Testing
The following Java versions and platforms are tested using GitHub workflows:
[](https://github.com/fizzed/crux/actions/workflows/java8.yaml)
[](https://github.com/fizzed/crux/actions/workflows/java11.yaml)
[](https://github.com/fizzed/crux/actions/workflows/java17.yaml)
[](https://github.com/fizzed/crux/actions/workflows/java21.yaml)[](https://github.com/fizzed/crux/actions/workflows/java11.yaml)
[](https://github.com/fizzed/crux/actions/workflows/macos-x64.yaml)
[](https://github.com/fizzed/crux/actions/workflows/windows-x64.yaml)The following platforms are tested using the [Fizzed, Inc.](http://fizzed.com) build system:
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)
[](buildx-results.txt)## Overview
Various foundational utility libraries for Java 8+. Everything is published
to maven central. All documentation is included within each module.- [crux-util](crux-util)
- [crux-uri](crux-uri)
- [crux-okhttp](crux-okhttp)
- [crux-vagrant](crux-vagrant)## Usage
In your pom file add:
```xml
com.fizzed
crux-util
1.0.48
```
## Sponsorship & Support

Project by [Fizzed, Inc.](http://fizzed.com) (Follow on Twitter: [@fizzed_inc](http://twitter.com/fizzed_inc))
**Developing and maintaining opensource projects requires significant time.** If you find this project useful or need
commercial support, we'd love to chat. Drop us an email at [[email protected]](mailto:[email protected])Project sponsors may include the following benefits:
- Priority support (outside of Github)
- Feature development & roadmap
- Priority bug fixes
- Privately hosted continuous integration tests for their unique edge or use cases
## LicenseCopyright (C) 2016 Fizzed, Inc.
This work is licensed under the Apache License, Version 2.0. See LICENSE for details.