-
Notifications
You must be signed in to change notification settings - Fork 2
Developer Docs
Tobero edited this page Jul 21, 2023
·
27 revisions
First, you have to get the GuiEngine builds into your project. When using maven, you can use the following:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.ToberoCat</groupId>
<artifactId>GuiEngine</artifactId>
<version>Tag</version>
</dependency>
</dependencies>
For gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.ToberoCat:GuiEngine:Tag'
}
Thank you for choosing GuiEngine for your GUI development needs. Explore the Developer Docs and User Beginner Guide to unleash the full potential of this powerful framework and create stunning GUIs that leave a lasting impression on your players!