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.
- Host: GitHub
- URL: https://github.com/not-coded/notcoded-maven
- Owner: not-coded
- Created: 2023-07-06T09:06:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T18:28:02.000Z (over 1 year ago)
- Last Synced: 2024-12-30T17:49:08.651Z (5 months ago)
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/"
}
}
```