Getting started
We're proud to announce that we finally have the eGlow API available again!
We do want to mention that this is a stripped down version of eGlow removing all the logic and only leaving the API part available. If you feel like something is missing you can always request something to be added.
Setting up the dependency
Gradle
Groovy
Kotlin
Maven
WARNING: Do NOT shade the API into your jar and do NOT relocate the API from it's original package!
If you do the API will not behave as intended! for Gradle make sure it's on compileOnly
and for maven <scope>provided<scope>
.
Last updated