A comprehensive Java library providing a collection of utilities and modules for common development tasks. JeLib is organized into specialized modules that can be used independently or together.
JeLib is a modular Java library designed to help developers build applications faster by providing well-tested utilities across multiple domains. Each module is self-contained and can be added to your project independently.
JeLib consists of the following main modules:
- jelib-core - Core utilities and fundamental classes used across the library
- jelib-io - Input/output operations and file handling utilities
- jelib-gui - GUI components and utilities for building user interfaces
- jelib-game - Game development utilities and helpers
- jelib-media - Media processing and handling functionality
- jelib-xml - XML parsing and manipulation utilities
- jelib-color-picker - Color selection and manipulation tools
To use JeLib in your project, add the required JAR files to your module path:
--module-path libs/example/jelib-module.jar --add-modules <module-name>