Closed TheRedMagic closed 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)
How to use API????