Skip to content

ItzSave/ZithiumCollectorsAPI

Repository files navigation

ZithiumCollectorsAPI

This repository provides a stripped version of ZithiumCollectors for use of developers.

Installation

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.ItzSave</groupId>
    <artifactId>ZithiumCollectorsAPI</artifactId>
    <version>{VERSION}</version>
</dependency>

Gradle

   repositories {
     mavenCentral()
     maven { url 'https://jitpack.io' }
   }
	dependencies {
	        implementation 'com.github.ItzSave:ZithiumCollectorsAPI:{VERSION}'
	}

About

API for the ZithiumCollectors plugin.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages