You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ The development of this JAVA-based AI SDK is primarily aimed at addressing the l
6
6
7
7
The project mainly involves encapsulating the REST API provided by model manufacturers, making it convenient for JAVA developers to use. It also introduces only a minimal number of dependency packages to avoid conflicts.
8
8
9
+
## Importing
10
+
11
+
### Maven
12
+
13
+
```xml
14
+
<dependency>
15
+
<groupId>org.liurb.ai.sdk</groupId>
16
+
<artifactId>java-ai-sdk</artifactId>
17
+
<version>${version}</version>
18
+
</dependency>
19
+
```
20
+
21
+
You can get the version here:[Maven Central](https://central.sonatype.com/artifact/org.liurb.ai.sdk/java-ai-sdk)
22
+
9
23
## Google Gemini
10
24
11
25
For more information about the REST API, please refer to the official documentation. [Gemini API Overview](https://ai.google.dev/gemini-api/docs/api-overview?hl=zh-cn)
0 commit comments