diff --git a/.github/README.md b/.github/README.md index d025bf2..2fbebfe 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,17 +4,29 @@ # Installation -### Dependencies -```kotlin - implementation(TODO()) -``` - # Planned in the future - [ ] Better json reader and worker - [ ] Aeon and yaml support - [ ] Simple and easy kubernetes api *** +Snapshot-Repository: +Find latest snapshot version here Click +```kotlin +repositories { + maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") } +} +``` + +Dependency: +```kotlin +implementation("dev.httpmarco:osgan-files:version") +implementation("dev.httpmarco:osgan-reflections:version") +implementation("dev.httpmarco:osgan-utils:version") +implementation("dev.httpmarco:osgan-kubernetes:version") +``` + +

Readme work in progress...

\ No newline at end of file