Skip to content

incubator-version-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 29 Jul 10:09

Description

This is the second incubator version featuring a jMonkeyEngine specialized API, the jector-monkey.

What's Changed

  • jector-api: javadoc and code enhancements by @Scrappers-glitch in #1
  • jector-publish: GitHub CI/CD publish-scripts by @Scrappers-glitch in #2

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

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-2"
    implementation "io.github.software-hardware-codesign:jector-monkey:incubator-2"
}