File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Add the `gemini-api` dependency. Maven example (replace ${gemini.version} with t
1616 </dependency>
1717
1818## JsonParser
19- In order for this library to stay free of dependencies, the user must provide an implementation of the ` swiss.ameri.gemini.spi.JsonParser ` class .
20- Alternatively, an example gson implementation can be used with the following dependency (which includes a gson dependency)
19+ In order for this library to stay free of dependencies, the user must provide an implementation of the ` swiss.ameri.gemini.spi.JsonParser ` interface .
20+ Alternatively, an example Gson implementation can be used with the following dependency (which includes a Gson dependency)
2121
2222 <dependency>
2323 <groupId>swiss.ameri</groupId>
You can’t perform that action at this time.
0 commit comments