correct Gradle dependency example to use correct declaration

This commit is contained in:
peaster 2024-08-09 16:24:43 -04:00
parent 3aa0fc77cb
commit bbebd26d07

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