File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ A simple library for process ODS files in Java. It allows read/write ODS files.
15
15
<dependency >
16
16
<groupId >com.github.miachm.sods</groupId >
17
17
<artifactId >SODS</artifactId >
18
- <version >1.6.2 </version >
18
+ <version >1.6.3 </version >
19
19
</dependency >
20
20
```
21
21
### Gradle Kotlin DSL
22
22
``` kotlin
23
- implementation(" com.github.miachm.sods:SODS:1.6.2 " )
23
+ implementation(" com.github.miachm.sods:SODS:1.6.3 " )
24
24
```
25
25
### Gradle Groovy DSL
26
26
``` groovy
27
- implementation 'com.github.miachm.sods:SODS:1.6.2 '
27
+ implementation 'com.github.miachm.sods:SODS:1.6.3 '
28
28
```
29
- ### [ Other Dependency Management] ( https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.2 /jar )
29
+ ### [ Other Dependency Management] ( https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.3 /jar )
30
30
31
31
## Docs
32
32
You can access the javadocs [ here] ( https://miachm.github.io/SODS/ )
You can’t perform that action at this time.
0 commit comments