-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Cristian "SknZ" Ferreira edited this page Apr 18, 2021
·
1 revision
I created this wrapper, to use in my projects. I have no intention of keeping myself 100% up to date. If you want to use it, you will have a small example below, and it contains documentation in the project classes.
I'm sorry my english is bad.
The dependencies are inside build.gradle
- Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.Cristian-Sknz:Paladins-Wrapper:VERSION'
}
- Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.Cristian-Sknz</groupId>
<artifactId>Paladins-Wrapper</artifactId>
<version>VERSION</version>
</dependency>