Skip to content

Commit 1ac2e81

Browse files
MEJIOMAHmiachm
authored andcommitted
Update README.md
1 parent 61c474f commit 1ac2e81

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ A simple library for process ODS files in Java. It allows read/write ODS files.
1010

1111
## Install
1212

13-
### Maven
14-
If you use maven, you can add it to your pom file:
15-
13+
### Maven
1614
```xml
1715
<dependency>
1816
<groupId>com.github.miachm.sods</groupId>
1917
<artifactId>SODS</artifactId>
2018
<version>1.3.0</version>
2119
</dependency>
2220
```
23-
21+
### Gradle Kotlin DSL
22+
```kotlin
23+
implementation("com.github.miachm.sods:SODS:1.3.0")
24+
```
25+
### Gradle Groovy DSL
26+
```groovy
27+
implementation 'com.github.miachm.sods:SODS:1.3.0'
28+
```
29+
### [Other Dependency Management](https://search.maven.org/artifact/com.github.miachm.sods/SODS/1.3.0/jar)
2430
### Manually
2531

2632
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.

0 commit comments

Comments
 (0)