gradle repository

a maven compatible repository for gradle to use

simply add

repositories {
  maven { url "https://git.jottyfan.de/gradle/libs" }
}

to the build.gradle.

the published libs in a maven structure for gradle to use
Updated 2026-01-25 21:10:13 +01:00