Skip to content

ElytraServers/ElytraMavenRepository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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/"
	}
}

About

Elytra Maven Repository :3

Resources

Stars

Watchers

Forks