Skip to content

Commit

Permalink
3.0.0-beta1, README links to new homepage
Browse files Browse the repository at this point in the history
pom.xml files have to be changed
  • Loading branch information
SoltauFintel committed Jan 9, 2024
1 parent 85c6b72 commit 899b2e3
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 @@ -18,18 +18,18 @@ Jxls uses a special markup in Excel templates to define output formatting and da
<dependency>
<groupId>org.jxls</groupId>
<artifactId>jxls-poi</artifactId>
<version>3.0.0</version>
<version>3.0.0-beta1</version>
</dependency>
```

**Gradle**

```
implementation 'org.jxls:jxls-poi:3.0.0'
implementation 'org.jxls:jxls-poi:3.0.0-beta1'
```

See [Getting started guide](http://jxls.sourceforge.net/docs/documentation/getting-started).
See [Getting started guide](http://jxls.sourceforge.net/getting-started.html).

## Contributing

See [Contributing guide](https://jxls.sourceforge.net/docs/sourcecode).
See [Contributing guide](https://jxls.sourceforge.net/sourcecode.html).

0 comments on commit 899b2e3

Please sign in to comment.