Closed BluuKiwi closed 4 years ago
The project is on JitPack. You can include it in your Maven project by going to this page, clicking the Maven tab and following the instructions: https://jitpack.io/#com.samjakob/SpiGUI
<repositories>
<!-- Add the JitPack repository -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<!-- Add the dependency -->
<dependency>
<groupId>com.samjakob</groupId>
<artifactId>SpiGUI</artifactId>
<version>v1.1</version>
</dependency>
</dependencies>
Can you add this to maven?