Files
onixbyte-bom/common-toolbox
siujamo 54e11c9b8b refactor(build): decouple per-module versioning
Each module uses its own version property instead of a shared
artefactVersion, so changes to one module no longer force a
version bump across all modules. CI now supports per-module
release tags with the format <module>/v<version>.
2026-05-29 16:20:27 +08:00
..
2025-06-18 13:57:32 +08:00

Common Toolbox

Introduction

Common Toolbox is a Java SE utility library, that provides a collection of utility to streamline your Java coding experience.

Features

  • AES encryption and decryption;
  • Base64 encode and decode;
  • Boolean calculation;
  • Reduce if...else... with lambdas;
  • Hash calculation for strings;
  • Convert Java beans to map and map to Java beans;
  • Simplified range generator.