File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
<dependency >
7
7
<groupId >io.minio</groupId >
8
8
<artifactId >minio</artifactId >
9
- <version >0.2.3 </version >
9
+ <version >0.2.4 </version >
10
10
</dependency >
11
11
```
12
12
13
13
## Download from gradle
14
14
15
15
``` gradle
16
16
dependencies {
17
- compile 'io.minio:minio:0.2.3 '
17
+ compile 'io.minio:minio:0.2.4 '
18
18
}
19
19
```
20
20
21
21
## Download from JAR
22
22
23
- You can download the latest [ JAR] ( http://repo1.maven.org/maven2/io/minio/minio/0.2.3 / ) directly from maven.
23
+ You can download the latest [ JAR] ( http://repo1.maven.org/maven2/io/minio/minio/0.2.4 / ) directly from maven.
24
24
25
25
## Example
26
26
``` java
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if (project.properties.containsKey('ossrhPassword')) {
45
45
46
46
group = ' io.minio'
47
47
archivesBaseName = ' minio'
48
- version = ' 0.2.3 '
48
+ version = ' 0.2.4 '
49
49
50
50
sourceCompatibility = 1.7
51
51
targetCompatibility = 1.7
@@ -122,7 +122,7 @@ if (JavaVersion.current().isJava8Compatible()) {
122
122
}
123
123
124
124
artifacts {
125
- archives javadocJar, sourcesJar
125
+ archives javadocJar, sourcesJar, shadowJar
126
126
}
127
127
128
128
signing {
You can’t perform that action at this time.
0 commit comments