-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Luis Bazán edited this page Apr 7, 2023
·
3 revisions
- Add the JitPack repository to your build file.
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
- Add the dependency.
<dependency>
<groupId>com.github.luisBazanDev</groupId>
<artifactId>KitsAPI</artifactId>
<version>VERSION</version>
</dependency>
- Add the JitPack repository to your build file.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
- Add the dependency.
dependencies {
implementation 'com.github.luisBazanDev:KitsAPI:VERSION'
}