Additions
- Added support to Java 23.
- Added
EzlibLoader.Dependency#of()
. - Added
EzlibLoader.Dependency
methods to change group, name and version from path. - Added support to load information from YAML files using EzlibLoader.
Changes
- Now loader conditions can have spaces on key and value.
- Now gson usage is optional, meaning you can load a gson version using EzlibLoader before make it read a file.
- Now Ezlib throws an exception when library is not loaded.
- Now annotation serialization maintain the same dependency declaration order from annotations.
Full Changelog: 1.2.3...1.3.0