codeAPI for developers

Adding the API

Maven:

<repositories>
	<repository>
		   <id>jitpack.io</id>
		   <url>https://jitpack.io</url>
	</repository>
</repositories>
	
<dependencies>
		<dependency>
	    <groupId>com.github.zBrunoC</groupId>
	    <artifactId>DeathAnnouncer-API</artifactId>
	    <version>1.4.0-RELEASE</version>
	    <scope>provided</scope>
	</dependency>
</dependencies>

Gradle:

Add it in your root settings.gradle at the end of repositories:

Add the dependency

Last updated