Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 432 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 432 Bytes

Bitfunk Maven Repository - Development

Maven repository for development versions of Bitfunk projects.

Usage

NOTICE: Dependencies are experimental, will be updated and cleaned regularly. So don’t include them in any production release.

Gradle

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

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