Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 629 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 629 Bytes

UltraBombsAPI

API VERSION

Maven

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

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

Gradle

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

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