Skip to content

Commit 712dbad

Browse files
committed
add maven information
1 parent 51453f5 commit 712dbad

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The development of this JAVA-based AI SDK is primarily aimed at addressing the l
66

77
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.
88

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+
923
## Google Gemini
1024

1125
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)

README_CN.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
项目主要是对模型厂商的 REST API 进行封装,方便 JAVA 开发者调用,并仅引入了少量的依赖包,避免依赖包冲突。
88

9+
## 导入
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+
获取最新的版本号:[Maven Central](https://central.sonatype.com/artifact/org.liurb.ai.sdk/java-ai-sdk)
22+
923
## Google Gemini
1024

1125
更多的 REST API 信息,可在官方文档中获取 [Gemini API 概览](https://ai.google.dev/gemini-api/docs/api-overview?hl=zh-cn)

0 commit comments

Comments
 (0)