Badbird5907 / AntiCombatLog

https://ci.badbird5907.net/job/AntiCombatLog/
5 stars 7 forks source link

How to use API???? #17

Closed TheRedMagic closed 1 year ago

TheRedMagic commented 1 year ago

How to use API????

Badbird5907 commented 1 year ago

Build the project with mvn clean install , then import it to maven (if you are using maven) in the dependency block

<dependency>
    <groupId>net.badbird5907</groupId>
    <artifactId>AntiCombatLog</artifactId>
    <version>2.3.0</version>
    <scope>provided</scope>
</dependency>

Gradle:

compileOnly("net.badbird5907:AntiCombatLog:2.3.0")

(Make sure mavenLocal() is in the repositories block)