|
|
MythicHUD features a rich API for enhanced integration and customization.
|
|
|
|
|
|
On Maven, you can pull it by adding
|
|
|
## GradleKts
|
|
|
```kt
|
|
|
repositories {
|
|
|
maven("https://mvn.lumine.io/repository/maven-releases/")
|
|
|
# For Snapshots
|
|
|
#maven("https://mvn.lumine.io/repository/maven-snapshots/")
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
compileOnly("io.limine.mythichud:api:$VERSION")
|
|
|
}
|
|
|
```
|
|
|
|
|
|
## Maven
|
|
|
```html
|
|
|
<dependency>
|
|
|
<groupId>io.lumine.mythichud</groupId>
|
|
|
<artifactId>api</artifactId>
|
... | ... | @@ -9,7 +22,3 @@ On Maven, you can pull it by adding |
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
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/`. |
|
|
\ No newline at end of file |