Skip to content

incubator-version

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

What's Changed

Warning: This is an incubator version, not meant for production use, please report any bugs.

  • jector-api: javadoc and code enhancements by @Scrappers-glitch in #1

Full Changelog: https://github.com/Software-Hardware-Codesign/Jector/commits/incubator

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:jector:incubator"
}