File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010<dependency >
1111 <groupId >com.qiniu</groupId >
1212 <artifactId >qiniu-java-sdk</artifactId >
13- <version >7.0.0</version >
13+ <version >[ 7.0.0, 7.0.99] </version >
1414</dependency >
1515```
1616或者 Gradle:
1717``` groovy
18- compile 'com.qiniu:qiniu-java-sdk:7.0.0 '
18+ compile 'com.qiniu:qiniu-java-sdk:7.0.+ '
1919```
2020jdk 6.0 不能直接使用mvn上的okhttp, 需要另外下载,[ 代码] [ 2 ] , [ okhttp.jar] [ 3 ] , [ okio.jar] [ 4 ]
2121
@@ -77,4 +77,4 @@ The MIT License (MIT).详情见 [License文件](https://github.com/qiniu/java-sd
7777[ 1 ] : https://search.maven.org/remote_content?g=com.qiniu&a=qiniu-java-sdk&v=LATEST
7878[ 2 ] : https://github.com/Nextpeer/okhttp
7979[ 3 ] : https://raw.githubusercontent.com/qiniu/java-sdk/master/libs/okhttp-2.3.0-SNAPSHOT.jar
80- [ 4 ] : https://raw.githubusercontent.com/qiniu/java-sdk/master/libs/okio-1.3.0-SNAPSHOT.jar
80+ [ 4 ] : https://raw.githubusercontent.com/qiniu/java-sdk/master/libs/okio-1.3.0-SNAPSHOT.jar
You can’t perform that action at this time.
0 commit comments