Skip to content

Implementation

Ckblck edited this page Dec 25, 2021 · 7 revisions

Maven

Find all the available versions at https://github.com/Ckblck/armoury/tags

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.ckblck</groupId>
    <artifactId>armoury</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation group: 'com.github.ckblck', name: 'armoury', version: '1.0.0'
}

Clone this wiki locally