diff --git a/README.md b/README.md index 3eb0276..bd5fbfc 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,31 @@ In your Maven project, add this dependency: io.github.amithkoujalgi ollama4j - 1.0.57 + 1.0.70 ``` +or + +In your Gradle project, add the dependency using the Kotlin DSL or the Groovy DSL: + +```kotlin +dependencies { + + val ollama4jVersion = "1.0.70" + + implementation("io.github.amithkoujalgi:ollama4j:$ollama4jVersion") +} + ``` + +```groovy +dependencies { + implementation("io.github.amithkoujalgi:ollama4j:1.0.70") + +} + +``` + Latest release: ![Maven Central](https://img.shields.io/maven-central/v/io.github.amithkoujalgi/ollama4j)