Skip to content

Developer API

Ján Kluka edited this page Feb 13, 2022 · 5 revisions

API

API VERSION

Replace the VERSION with current latest release.


Maven

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

	<dependency>
	    <groupId>com.github.Drawethree</groupId>
	    <artifactId>UltraBackpacksAPI</artifactId>
	    <version>VERSION</version>
	</dependency>

Gradle

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

	dependencies {
	        implementation 'com.github.Drawethree:UltraBackpacksAPI:VERSION'
	}

UBP logo

General

Default Files

Support

For Developers

Clone this wiki locally