incubator-version
Pre-release
Pre-release
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"
}