Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Apartium

A general purpose minecraft library

Report CocoaBeans?

CocoaBeans

This library aims to be a very well-made and thought-out toolkit for developers to save the hassle of copying common code between projects. Cocoa beans is modular, it contains a spigot module and a common java module, with more modules planned for the future.

Including in your project

Maven:

<repositories>
    <repository>
        <id>apartium-releases</id>
        <url>https://mvn.apartiumservices.com/repository/apartium-releases</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>net.apartium.cocoa-beans</groupId>
        <!-- You can also use 'spigot' instead to get the spigot utilities as well -->
        <artifactId>common</artifactId>
        <version>[VERSION]</version>
    </dependency>
</dependencies>

Gradle:

repositories {
    maven {
        name 'apartium-releases'
        url 'https://mvn.apartiumservices.com/repository/apartium-releases'
    }
}

dependencies {
    // You can also use 'spigot' instead to get the spigot utilities as well
    implementation 'net.apartium.cocoa-beans:common:[VERSION]'
}

Information

CategoryDeveloper Tools
Published onApril 22, 2023
LicenseMIT
Downloads33
Stars8
Watchers5
Library

Pinned Versions

Members