OnixByte Toolbox
Introduction
OnixByte Toolbox is a Development Kit for Java applications that provides a set of convenient, reusable tools for writing code efficiently. It is designed and maintained by OnixByte as a monorepo containing multiple purpose-built libraries, each addressing a specific development need — from common utilities and cryptography to mathematical computation and identity generation.
The toolkit is available on Maven Central under the com.onixbyte group ID. Each module is independently versioned and can be included in any Java 17+ project.
Modules
Installation
Add the desired module as a dependency in your build config:
build.gradle.kts
Requirements
- Java 17 or later
License
OnixByte Toolbox is open-source software released under the MIT Licence.