Merge pull request #63 from peaster/gradle-dependency-fix

Change Gradle dependency example to use correct declaration
This commit is contained in:
Amith Koujalgi
2024-08-10 10:20:09 +05:30
committed by GitHub

View File

@@ -221,7 +221,7 @@ In your Maven project, add this dependency:
```groovy
dependencies {
implementation 'com.github.ollama4j:ollama4j:1.0.79'
implementation 'io.github.ollama4j:ollama4j:1.0.79'
}
```