Patch-3 for 1.0.0-zeta Version
Pre-release
Pre-release
What's Changed:
Zeta-patch 3 on PR #30:
- Removed the Anti-pattern of throwing the superimposed business exceptions on top of the other thrown Java Platform Exceptions.
- Simplified the exception throwing techniques on FileLocators and FileExtractors using a Validator API.
In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:
repositories {
mavenCentral()
}
dependencies {
implementation "io.github.electrostat-lab:snaploader:1.0.0-zeta-3"
}