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 @@ -6,7 +6,7 @@ dify-java-client
66 <img alt="maven-central" src="https://img.shields.io/badge/Java-17-blue" />
77 </a>
88 <a href="https://central.sonatype.com/artifact/io.github.yuanbaobaoo/dify-java-client" target="_blank">
9- <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.3.5 -green" />
9+ <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.4.0 -green" />
1010 </a>
1111</p >
1212
@@ -26,13 +26,13 @@ Dify Version: <= 1.x
2626<dependency >
2727 <groupId >io.github.yuanbaobaoo</groupId >
2828 <artifactId >dify-java-client</artifactId >
29- <version >1.3.5 </version >
29+ <version >1.4.0 </version >
3030</dependency >
3131```
3232
3333- gradle
3434``` gradle
35- implementation group: 'io.github.yuanbaobaoo', name: 'dify-java-client', version: '1.3.5 '
35+ implementation group: 'io.github.yuanbaobaoo', name: 'dify-java-client', version: '1.4.0 '
3636```
3737
3838## 快速开始
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dify-java-client
66 <img alt="maven-central" src="https://img.shields.io/badge/Java-17-blue" />
77 </a>
88 <a href="https://central.sonatype.com/artifact/io.github.yuanbaobaoo/dify-java-client" target="_blank">
9- <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.3.5 -green" />
9+ <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.4.0 -green" />
1010 </a>
1111</p >
1212
@@ -26,13 +26,13 @@ Dify Version: <= 1.x
2626<dependency >
2727 <groupId >io.github.yuanbaobaoo</groupId >
2828 <artifactId >dify-java-client</artifactId >
29- <version >1.3.5 </version >
29+ <version >1.4.0 </version >
3030</dependency >
3131```
3232
3333- Gradle
3434``` gradle
35- implementation group: 'io.github.yuanbaobaoo', name: 'dify-java-client', version: '1.3.5 '
35+ implementation group: 'io.github.yuanbaobaoo', name: 'dify-java-client', version: '1.4.0 '
3636```
3737
3838## 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.3.5 </version >
7+ <version >1.4.0 </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