Skip to content

1.0.0-gamma-version

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 26 Jul 03:13

What's Changed

  • This is a testing release on the PR branch for scaling the API for professional use-cases.
  • The gamma version adds the following:
    • Compilation for earlier Java versions down-to Java-8.
    • LibraryInfo enhancements.
    • Fixed PlatformPredicate.MACOS_X86_64 faulty propositions.

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-gamma"
}