MythicHUD features a rich API for enhanced integration and customization.
On Maven, you can pull it by adding
<dependency>
<groupId>io.lumine.mythichud</groupId>
<artifactId>api</artifactId>
<version>$VERSION</version>
<scope>provided</scope>
</dependency>
to your project's build script.
For release versions, the repository is https://mvn.lumine.io/repository/maven-releases/
.
Alternatively, for snapshots, use https://mvn.lumine.io/repository/maven-snapshots/
.