Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 666 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 666 Bytes

A8kju

Simple Swing GUI Lib created to simple project as test

To use this project with Maven, follow these steps:

Step 1: Add the JitPack Repository

Include the JitPack repository in your pom.xml:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2: Add the Dependency

Add the following dependency to your pom.xml:

<dependency>
    <groupId>com.github.a8kj7sea</groupId>
    <artifactId>A8kju</artifactId>
    <version>A8kju</version>
</dependency>