diff --git a/README.md b/README.md
index 46c77da..129dae5 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/).
- [How does it work?](#how-does-it-work)
- [Requirements](#requirements)
- [Installation](#installation)
-- [API Spec](#api-spec)
+- [API Spec](https://amithkoujalgi.github.io/ollama4j/docs/category/apis---model-management)
+- [Javadoc Spec](https://amithkoujalgi.github.io/ollama4j/apidocs/)
- [Demo APIs](#try-out-the-apis-with-ollama-server)
- [Development](#development)
- [Contributions](#get-involved)
@@ -74,25 +75,66 @@ Find more details on the [website](https://amithkoujalgi.github.io/ollama4j/).
#### Installation
-In your Maven project, add this dependency:
+For latest release version, check [here](https://github.com/amithkoujalgi/ollama4j/releases).
+
+##### For Maven
+
+1. In your Maven project, add this dependency:
```xml
io.github.amithkoujalgi
ollama4j
- 1.0.70
+ v1.0.74
```
-or
+2. Add repository to your project's pom.xml:
+
+```xml
+
+
+
+ github
+ GitHub Apache Maven Packages
+ https://maven.pkg.github.com/amithkoujalgi/ollama4j
+
+ true
+
+
+ true
+
+
+
+```
+
+3. Add GitHub server to settings.xml. (Usually available at ~/.m2/settings.xml)
+
+```xml
+
+
+
+
+ github
+ USERNAME
+ TOKEN
+
+
+
+```
+
+##### For Gradle
In your Gradle project, add the dependency using the Kotlin DSL or the Groovy DSL:
```kotlin
dependencies {
- val ollama4jVersion = "1.0.70"
+ val ollama4jVersion = "1.0.74"
implementation("io.github.amithkoujalgi:ollama4j:$ollama4jVersion")
}
@@ -100,15 +142,19 @@ dependencies {
```groovy
dependencies {
- implementation("io.github.amithkoujalgi:ollama4j:1.0.70")
+ implementation("io.github.amithkoujalgi:ollama4j:1.0.74")
}
```
-Latest release:
+[//]: # (Latest release:)
-
+[//]: # ()
-[![][lib-shield]][lib]
+[//]: # ()
+
+[//]: # ()
+
+[//]: # ([![][lib-shield]][lib])
[lib]: https://central.sonatype.com/artifact/io.github.amithkoujalgi/ollama4j