moved from gitlab

This commit is contained in:
Jörg Henke
2026-01-14 15:08:00 +01:00
parent 887e8400e4
commit 419bb1f89d
630 changed files with 5176 additions and 1 deletions

View File

@@ -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.