Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix gradle artifactId and update versions to the latest 11.3.1
  • Loading branch information
pacher authored and wirew0rm committed May 25, 2024
1 parent 6ab7a28 commit ef696f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ All chart-fx releases are deployed to maven central, for maven you can add it to
<dependency>
<groupId>io.fair-acc</groupId>
<artifactId>chartfx</artifactId>
<version>11.3.0</version>
<version>11.3.1</version>
</dependency>
</dependencies>
```

or your build.gradle like this:

```gradle
implementation 'io.fair-acc:chartfx-chart:11.3.0'
implementation 'io.fair-acc:chartfx:11.3.1'
```

To use different build systems or library versions, have a look at the snippets on [maven central](https://search.maven.org/search?q=io.fair-acc%20a:chartfx&core=gav).
Expand Down

0 comments on commit ef696f3

Please sign in to comment.