Skip to content

Commit

Permalink
Update README_zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blueokanna authored Jan 20, 2024
1 parent 858d486 commit 6f73035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
>
> 此项目是由 **Java****JDK17** 的长期版本开发
----
## ⚠️请注意😟!原本 **0.0.1** 的已经不再适用了,最后一个全新版本是 **0.1.0**
## ⚠️请注意😟!原本 **0.0.1** 的已经不再适用了,最后一个全新版本是 **0.1.1**

**Java Maven Dependency (BlueChatGLM)调用**
```
<dependency>
<groupId>top.pulselink</groupId>
<artifactId>bluechatglm</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

**Java Gradle (BlueChatGLM)调用**
```
implementation group: 'top.pulselink', name: 'bluechatglm', version: '0.1.0'
implementation group: 'top.pulselink', name: 'bluechatglm', version: '0.1.1'
```

**Java sbt (BlueChatGLM)调用**
```
libraryDependencies += "top.pulselink" % "bluechatglm" % "0.1.0"
libraryDependencies += "top.pulselink" % "bluechatglm" % "0.1.1"
```


Expand Down

0 comments on commit 6f73035

Please sign in to comment.