This repository has been archived by the owner on May 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Libraries
SpotifyNutzeer edited this page Mar 23, 2021
·
1 revision
Maven
<repositories>
...
<!-- MinecraftCore Repo -->
<repository>
<id>minecraftcore-repo</id>
<url>https://spotifynutzer.jfrog.io/artifactory/MinecraftCore/</url>
</repository>
...
</repositories>
<dependencies>
...
<!-- Minecraft Core -->
<dependency>
<groupId>xyz.spotifynutzer</groupId>
<artifactId>MinecraftCore</artifactId>
<version>VERSION</version>
</dependency>
...
</dependencies>
Gradle
repositories {
…
maven 'https://spotifynutzer.jfrog.io/artifactory/MinecraftCore'
…
}
dependencies {
…
compileOnly 'xyz.spotifynutzer:MinecraftCore:VERSION'
…
}
made with ❤️ by SpotifyNutzer & kxmpetentes…