Join us on DIscord Server:
Downloads can be obtained from the downloads page or the downloads API.
Maven
<repository>
<id>starly</id>
<url>https://repo.starly.kr/repository/maven-public/</url>
</repository><dependency>
<groupId>kr.starly.core</groupId>
<artifactId>StarlyCore</artifactId>
<version>{version}</version>
<scope>provided</scope>
</dependency>Gradle
repositories {
maven {
url = "https://repo.starly.kr/repository/maven-public/"
}
}dependencies {
compileOnly "kr.starly.core:StarlyCore:{version}"
}
