Skip to content

Latest commit

 

History

156 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UClans-API

The official integration API for the UltimateClans ecosystem. Built to provide content creators and developers with complete control over clan 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 UltimateClans 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:UltimateClans:VERSION")
	}
<dependencies>
    <dependency>
        <groupId>io.github.ulrichbr</groupId>
        <artifactId>UltimateClans</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:UClans-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>UClans-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

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages