moved from gitlab
This commit is contained in:
14
README.md
14
README.md
@@ -1,3 +1,15 @@
|
||||
# libs
|
||||
|
||||
the published libs in a maven structure for gradle to use
|
||||
contains a maven repository to provide my libs that I don't think to be common enough to host it somewhere else
|
||||
|
||||
# usage
|
||||
|
||||
add the following lines to your `repositories` block in your `build.gradle`:
|
||||
|
||||
```groovy
|
||||
maven {
|
||||
url "https://git.jottyfan.de/gradle/libs/raw/branch/main"
|
||||
}
|
||||
```
|
||||
|
||||
After that, you can add `implementation` `dependencies` the way as usual, but including libs from this repository.
|
||||
|
||||
Reference in New Issue
Block a user