Skip to content

Files

Latest commit

427688a · Aug 20, 2023

History

History
21 lines (19 loc) · 568 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 568 Bytes

ToyblocksAPI

How to include the API with Maven:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>com.github.Kelopy</groupId>
        <artifactId>ToyblocksAPI</artifactId>
        <version>38009c87de</version>
        <scope>provided</scope>
    </dependency>
</dependencies>