diff --git a/README.md b/README.md index 3eb0276..e45b4a3 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,29 @@ 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) @@ -160,4 +179,4 @@ project. ### References -- [Ollama REST APIs](https://github.com/jmorganca/ollama/blob/main/docs/api.md) \ No newline at end of file +- [Ollama REST APIs](https://github.com/jmorganca/ollama/blob/main/docs/api.md)