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
commit 992625cf86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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'
}
```