Simple Swing GUI Lib created to simple project as test
To use this project with Maven, follow these steps:
Include the JitPack repository in your pom.xml
:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the following dependency to your pom.xml
:
<dependency>
<groupId>com.github.a8kj7sea</groupId>
<artifactId>A8kju</artifactId>
<version>A8kju</version>
</dependency>