Skip to content

Releases: Electrostat-Lab/Articular-ES

Version 1.0.0-alpha

16 Feb 15:51
Compare
Choose a tag to compare
Version 1.0.0-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/Software-Hardware-Codesign/Articular-ES/commits/1.0.0-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:articular-es:1.0.0-alpha"
}