OpenSoftwareSolutions/mvn-repo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Maven repo for Open Software Solutions GmbH.
How to use:
Add repository to your build.gradle:
repositories {
mavenCentral()
maven {
url "https://github.com/OpenSoftwareSolutions/mvn-repo/raw/master/repository/"
}
}