Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 401 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 401 Bytes

Elytra Maven Repository

Hey! This is a maven repository for the dependencies of our mods.

Use

Add this to your build.gradle.kts.

repositories {
	// ...
	maven("https://github.com/ElytraServers/ElytraMavenRepository/raw/master/")
}

or build.gradle

repositories {
	// ...
	maven {
	    url "https://github.com/ElytraServers/ElytraMavenRepository/raw/master/"
	}
}