My personal home page: https://mosher.mine.nu/
To use my maven/gradle artifact packages in your own projects, use this in your build.gradle
file:
repositories {
mavenCentral()
maven {
url = uri('https://public:\u[email protected]/cmosher01/*')
}
}