Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technici4n/technici4n-maven
https://github.com/technici4n/technici4n-maven
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/technici4n/technici4n-maven
- Owner: Technici4n
- Created: 2020-11-25T11:16:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T23:57:44.000Z (about 1 year ago)
- Last Synced: 2024-10-27T07:05:56.444Z (2 months ago)
- Size: 6.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technici4n-maven
My own Maven, for when Jitpack is not enough.## api-provider setup
```groovy
repositories {
maven {
name = "Technici4n"
url = "https://raw.githubusercontent.com/Technici4n/Technici4n-maven/master/"
content {
includeGroup "net.fabricmc.fabric-api"
}
}
}dependencies {
modApi "net.fabricmc.fabric-api:fabric-provider-api-v1:${project.api_provider_version}"
include "net.fabricmc.fabric-api:fabric-provider-api-v1:${project.api_provider_version}"
}
```
In `gradle.properties`:
```properties
api_provider_version=0.3.0+58a1cb0d3a
```## FTL setup
Check [FTL's repository](https://github.com/Technici4n/FastTransferLib).