Skip to content

Commit 59ef744

Browse files
committed
update README.md
1 parent 630de40 commit 59ef744

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)