Skip to content

Installation

SamJakob edited this page Dec 24, 2017 · 3 revisions

Description: This guide will show you how to install the Spigot Paginated GUI API into your project.
Time: less than 1 minute
Difficulty: 1/5 (Very Easy)


Java Projects

  • Head over to the releases section.
  • Click 'Source code (zip)' under 'Assets'
  • Extract the downloaded zip.
  • Copy SpigotPaginatedGUI-1.3.1/src/main/java/com into your project's src folder.
  • Profit!

Maven Projects

  • Add the following repository to your pom.xml
    <repositories>
        ...
        <repository>
            <id>clout_team</id>
            <url>http://app.clout-team.com:8081/repository/clout_team/</url>
        </repository>
    </repositories>
  • Add the following dependency to your pom.xml
    <dependencies>
        ...
        <!-- Spigot PaginatedGUI API -->
        <dependency>
            <groupId>com.clout-team.samjakob</groupId>
            <artifactId>SpigotPaginatedGUI</artifactId>
            <version>1.3.1-SNAPSHOT</version>
        </dependency>
    </dependencies>
  • Profit!

DEPRECATED

This API is deprecated in favor of my improved rewrite, SpiGUI.

Clone this wiki locally