Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miachm committed Nov 19, 2022
1 parent 2b5beda commit 25108e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,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.5.1</version>
<version>1.5.2</version>
</dependency>
```
### Gradle Kotlin DSL
```kotlin
implementation("com.github.miachm.sods:SODS:1.5.1")
implementation("com.github.miachm.sods:SODS:1.5.2")
```
### Gradle Groovy DSL
```groovy
implementation 'com.github.miachm.sods:SODS:1.5.1'
implementation 'com.github.miachm.sods:SODS:1.5.2'
```
### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.5.1/jar)
### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.5.2/jar)
### Manually

Check out [releases section](https://github.com/miachm/SODS/releases) for download the lastest release in a JAR file. After that, you can add the jar in your java project.
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.miachm.sods</groupId>
<artifactId>SODS</artifactId>
<packaging>jar</packaging>
<version>1.5.1</version>
<version>1.5.2</version>

<name>Simple ODS library</name>
<description>A library for load/save ODS files in java.</description>
Expand Down Expand Up @@ -176,6 +176,9 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<keyname>D29A25AAB61181988D4257A1F9CCA126D59C62CE</keyname>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 25108e7

Please sign in to comment.