Merge pull request #153 from sebastianbeattie/patch-1

Update maven version in README.md
This commit is contained in:
Amith Koujalgi
2025-09-04 23:12:04 +05:30
committed by GitHub

View File

@@ -103,7 +103,7 @@ In your Maven project, add this dependency:
<dependency>
<groupId>io.github.ollama4j</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.100</version>
<version>1.1.0</version>
</dependency>
```
@@ -159,7 +159,7 @@ In your Maven project, add this dependency:
<dependency>
<groupId>io.github.ollama4j</groupId>
<artifactId>ollama4j</artifactId>
<version>1.0.100</version>
<version>1.1.0</version>
</dependency>
```
@@ -169,7 +169,7 @@ In your Maven project, add this dependency:
```groovy
dependencies {
implementation 'io.github.ollama4j:ollama4j:1.0.100'
implementation 'io.github.ollama4j:ollama4j:1.1.0'
}
```