Skip to content

Commit

Permalink
Update POM version
Browse files Browse the repository at this point in the history
  • Loading branch information
miachm committed Dec 7, 2023
1 parent c05e23e commit 79c66d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ A simple library for process ODS files in Java. It allows read/write ODS files.
<dependency>
<groupId>com.github.miachm.sods</groupId>
<artifactId>SODS</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
</dependency>
```
### Gradle Kotlin DSL
```kotlin
implementation("com.github.miachm.sods:SODS:1.6.5")
implementation("com.github.miachm.sods:SODS:1.6.6")
```
### Gradle Groovy DSL
```groovy
implementation 'com.github.miachm.sods:SODS:1.6.5'
implementation 'com.github.miachm.sods:SODS:1.6.6'
```
### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.5/jar)
### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.6.6/jar)

## Docs
You can access the javadocs [here](https://miachm.github.io/SODS/)
Expand Down

0 comments on commit 79c66d8

Please sign in to comment.