Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
How to use the library with Maven
  • Loading branch information
jze authored Nov 30, 2024
1 parent e6791f7 commit 3a29bdd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,18 @@ Here is an example how to use the ods-reader:
System.out.println( a.getContent + "\t" + b.getContent );
row = table.nextRow();
}

```

### Maven

The library is available at Maven Central. You can add a dependency to `ods-reader` to you project like this:

```xml
<dependency>
<groupId>de.zedlitz</groupId>
<artifactId>ods-reader</artifactId>
<version>1.0.1</version>
</dependency>
```

## Cell types
Expand Down

0 comments on commit 3a29bdd

Please sign in to comment.