Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

StarlyTeam/StarlyCore

Repository files navigation

banner

StarlyCore

StarlyCore is one of the essential cores responsible for managing the StarlyPlugin.

Contact

Join us on DIscord Server:

Join us on Discord

Downloads

Downloads can be obtained from the downloads page or the downloads API.

API

Dependency Information

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}"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages