Patch 2 for 1.0.0-zeta Version
Pre-release
Pre-release
pavly-gerges
released this
07 Aug 20:43
·
4 commits
to 1.0.0-stable-branch
since this release
What's Changed:
Zeta-patch 2 on PR #30:
- Removes the major regression of nullary file locator stream providers for the classpath routines; as a result of using
Class#getResourceAsStream(...)
and notClassLoader.getSystemLoader().getResourcesAsStream(...)
.
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-2"
}