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 10
10
<dependency >
11
11
<groupId >com.qiniu</groupId >
12
12
<artifactId >qiniu-java-sdk</artifactId >
13
- <version >7.0.0</version >
13
+ <version >[ 7.0.0, 7.0.99] </version >
14
14
</dependency >
15
15
```
16
16
或者 Gradle:
17
17
``` groovy
18
- compile 'com.qiniu:qiniu-java-sdk:7.0.0 '
18
+ compile 'com.qiniu:qiniu-java-sdk:7.0.+ '
19
19
```
20
20
jdk 6.0 不能直接使用mvn上的okhttp, 需要另外下载,[ 代码] [ 2 ] , [ okhttp.jar] [ 3 ] , [ okio.jar] [ 4 ]
21
21
@@ -77,4 +77,4 @@ The MIT License (MIT).详情见 [License文件](https://github.com/qiniu/java-sd
77
77
[ 1 ] : https://search.maven.org/remote_content?g=com.qiniu&a=qiniu-java-sdk&v=LATEST
78
78
[ 2 ] : https://github.com/Nextpeer/okhttp
79
79
[ 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