Skip to content

Repository files navigation

Aonyx

The Aonyx project is a Software Bill of Materials (SBOM) definition primarily intended for use in minigames.
It builds on top of the mycelium-bom and defines additional dependencies.

These include:

  • Aves
  • Xerus
  • Guira

Warning

This project is intended for internal use only and is not suitable for public distribution.

Gradle (Kotlin DSL):

dependencies {
    implementation(platform("net.onelitefeather:aonyx-bom:<version>"))

    // Dependencies without version specification
    implementation("net.theevilreaper:aves")
    implementation("net.theevilreaper:xerus")
    implementation("net.onelitefeather:guira")
    implementation("net.onelitefeather:falco-anvil")
    implementation("net.onelitefeather:falco-light")
    // ...
}

About

Software Bill of Materials for general game applications with Minestom

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Contributors