This repository was archived by the owner on Jan 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dify-java-client
1111 </a>
1212
1313 <a href="https://central.sonatype.com/artifact/io.github.yuanbaobaoo/dify-java-client" target="_blank">
14- <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.4.2 -green" />
14+ <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.4.3 -green" />
1515 </a>
1616</p >
1717
@@ -31,13 +31,13 @@ Dify Version: <= 1.x
3131<dependency >
3232 <groupId >io.github.yuanbaobaoo</groupId >
3333 <artifactId >dify-java-client</artifactId >
34- <version >1.4.2 </version >
34+ <version >1.4.3 </version >
3535</dependency >
3636```
3737
3838- gradle
3939``` gradle
40- implementation group: 'io.github.yuanbaobaoo', name: 'dify-java-client', version: '1.4.2 '
40+ implementation group: 'io.github.yuanbaobaoo', name: 'dify-java-client', version: '1.4.3 '
4141```
4242
4343## 快速开始
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dify-java-client
1111 </a>
1212
1313 <a href="https://central.sonatype.com/artifact/io.github.yuanbaobaoo/dify-java-client" target="_blank">
14- <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.4.2 -green" />
14+ <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.4.3 -green" />
1515 </a>
1616</p >
1717
@@ -31,13 +31,13 @@ Dify Version: <= 1.x
3131<dependency >
3232 <groupId >io.github.yuanbaobaoo</groupId >
3333 <artifactId >dify-java-client</artifactId >
34- <version >1.4.2 </version >
34+ <version >1.4.3 </version >
3535</dependency >
3636```
3737
3838- Gradle
3939``` gradle
40- implementation group: 'io.github.yuanbaobaoo', name: 'dify-java-client', version: '1.4.2 '
40+ implementation group: 'io.github.yuanbaobaoo', name: 'dify-java-client', version: '1.4.3 '
4141```
4242
4343## Quick Start
Original file line number Diff line number Diff line change 44
55 <groupId >io.github.yuanbaobaoo</groupId >
66 <artifactId >dify-java-client</artifactId >
7- <version >1.4.2 </version >
7+ <version >1.4.3 </version >
88 <description >The Simple Dify Java Client</description >
99 <url >https://github.com/yuanbaobaoo/dify-java-client</url >
1010
You can’t perform that action at this time.
0 commit comments