-
Notifications
You must be signed in to change notification settings - Fork 0
Implementation
Ckblck edited this page Dec 25, 2021
·
7 revisions
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>repositories {
maven { url 'https://jitpack.io' }
}dependencies {
implementation group: 'com.github.ckblck', name: 'armoury', version: '1.0.0'
}