Skip to content

Installation

PeachBiscuit174 edited this page Jul 31, 2026 · 5 revisions

(outdated)

Dependency Integration

PeachLib is hosted via JitPack. You can easily add it to your project using Maven or Gradle.

Maven Example:

Add the repository and the dependency to your pom.xml:

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

<dependency>
    <groupId>com.github.PeachBiscuit174</groupId>
    <artifactId>PeachLib</artifactId>
    <version>Tag</version>
    <scope>provided</scope>
</dependency>

Note: Replace Tag with the latest release version.

Clone this wiki locally