Skip to content

Patch 2 for 1.0.0-zeta Version

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges 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 not ClassLoader.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"
}