Skip to content

1.0.0-pre-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Scrappers-glitch Scrappers-glitch released this 17 Jul 17:47
· 9 commits to master since this release

What's Changed

Full Changelog: https://github.com/Software-Hardware-Codesign/jSnapLoader/commits/1.0.0-pre-alpha

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.software-hardware-codesign:snaploader:1.0.0-pre-alpha"
}