Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 416 Bytes

Bitfunk Maven Repository - Releases

Maven repository for releases of Bitfunk projects.

Usage

NOTICE: This repository is subject to change and there is not guarantee that dependencies will be available for longer time spans.

Gradle

Add following to your root build.gradle or build.gradle.kts

repositories {
    maven("https://raw.github.com/bitfunk/maven-releases/main/repository")
}