Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UKoth-API

The official integration API for the UltimateKoth ecosystem. Built to provide content creators and developers with complete control over koth management, internal hooks, and custom events.

Maven Central Java Version


🚀 How to Integrate into Your Project

Choose one of the repositories below to add the UltimateKoth API as a dependency in your build manager (Maven).

Option 1: Maven Central (Recommended)

The official, fastest, and most stable method. It does not require adding any extra repository to your pom.xml, as the Maven ecosystem fetches the artifacts natively.

	dependencies {
	        implementation("io.github.ulrichbr:UltimateKoth:VERSION")
	}
<dependencies>
    <dependency>
        <groupId>io.github.ulrichbr</groupId>
        <artifactId>UltimateKoth</artifactId>
        <version>VERSION</version> 
        <scope>provided</scope>
    </dependency>
</dependencies>

Option 2: JitPack (Alternative)

Use this option if you need to compile specific commits from branches or legacy versions hosted directly on the GitHub repository.

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

	dependencies {
	        implementation 'com.github.UlrichBR:UKoth-API:VERSION'
	}
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>[https://jitpack.io](https://jitpack.io)</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.UlrichBR</groupId>
        <artifactId>UKoth-API</artifactId>
        <version>VERSION</version> 
        <scope>provided</scope>
    </dependency>
</dependencies>

📄 License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages