An open API service indexing awesome lists of open source software.

https://github.com/not-coded/notcoded-maven

A maven for my library mods.
https://github.com/not-coded/notcoded-maven

Last synced: 3 months ago
JSON representation

A maven for my library mods.

Awesome Lists containing this project

README

        

# notcoded-maven

A maven for my library mods.

To add the repository to your project, add this to your **build.gradle**:

```gradle
repositories {
// Fabric
maven {
url = "https://github.com/not-coded/notcoded-maven/raw/fabric/"
}

// Forge
maven {
url = "https://github.com/not-coded/notcoded-maven/raw/forge/"
}
}
```