Skip to content
Juuxel edited this page Dec 15, 2019 · 5 revisions

This is how to get LibGui into your development environment:

  1. Add the Cotton repository:

    repositories {
        maven {
            name = "CottonMC"
            url = "http://server.bbkr.space:8081/artifactory/libs-release"
        }
    }

    Note: This is not the same repositories as the one in publishing! You have to add the repository to a top-level repositories block.

  2. Add the dependency:

    dependencies {
        modImplementation "io.github.cottonmc:LibGui:<version>"
    }

    Here's the latest version: Maven metadata URL