File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ _The package released to [Maven Central Repository](https://central.sonatype.com
2222<dependency >
2323 <groupId >io.github.artemnefedov</groupId >
2424 <artifactId >javaai</artifactId >
25- <version >0.3.1 </version >
25+ <version >0.3.2 </version >
2626</dependency >
2727```
2828#### Gradle:
2929``` groovy
30- implementation group: 'io.github.artemnefedov', name: 'javaai', version: '0.3.1 '
30+ implementation group: 'io.github.artemnefedov', name: 'javaai', version: '0.3.2 '
3131```
3232#### or download the JAR file from the [ releases page] ( https://github.com/artemnefedov/JavaAI_OpenAI-SDK/releases )
3333
@@ -73,7 +73,10 @@ openAI.customImageBuilderConfig(imageBuilder);
7373
7474---
7575## Outside Dependencies.
76- #### This library uses [ Gson] ( https://github.com/google/gson ) , to convert JSON to Java objects.
76+ <h4 >This library uses:</h4 >
77+ [ Gson] ( https://github.com/google/gson ) , to convert JSON to Java objects.<br >
78+ [ lombok] ( https://github.com/projectlombok/lombok ) to make the code clearer.<br >
79+ [ junit] ( https://github.com/junit-team/junit5 ) for testing.
7780
7881## License
7982#### Distributed under the [ MIT License] ( https://github.com/artemnefedov/OpenAI/blob/main/LICENSE )
You can’t perform that action at this time.
0 commit comments