Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
Suqatri edited this page Aug 10, 2022 · 2 revisions

img img

Clone project

Linux / OSX

git clone https://github.com/RediCloud/cloud
cd cloud
./gradlew build

Windows

git clone https://github.com/RediCloud/cloud
cd cloud
gradlew.bat

Repository

maven {
    url = "https://repo.redicloud.dev/repository/maven-snapshots/"
    allowInsecureProtocol = true
}

maven {
    url = "https://repo.redicloud.dev/repository/maven-releases/"
    allowInsecureProtocol = true
}

Dependencies

implementation('dev.redicloud.api:api:VERSION')
Clone this wiki locally