A library plugin for Uni0305's plugins. Mokoko, included in this plug-in name, is the character and representative mascot of the game Lost Ark, developed and operated by Smilegate's group company Smilegate RPG, which is not related to this plugin.
Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.Uni0305</groupId>
<artifactId>MokokoLibrary</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
Gradle (Groovy DSL)
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.Uni0305:MokokoLibrary:VERSION'
}
Gradle (Kotlin DSL)
repositories {
maven("https://jitpack.io")
}
dependencies {
compileOnly("com.github.Uni0305:MokokoLibrary:VERSION")
}