Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
S.Violet edited this page Jan 29, 2019 · 1 revision

Glaciion

Documents

Import dependencies from maven repository

repositories {
    //glaciion in mavenCentral
    mavenCentral()
}
dependencies {
    compile 'com.github.shepherdviolet:glaciion-core:version'
}
    <dependency>    
        <groupId>com.github.shepherdviolet</groupId>
        <artifactId>glaciion-core</artifactId>
        <version>version</version> 
    </dependency>
Clone this wiki locally