Skip to content

Commit e85eae8

Browse files
authored
Update Readme.md
1 parent 2b506d7 commit e85eae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ Currently JavaFX does not support to create a composite chart using different se
1111

1212
![bildschirmfoto 2018-09-10 um 17 39 44](https://user-images.githubusercontent.com/9025925/45307979-b4b2d580-b520-11e8-8643-8c41098c41df.png)
1313

14-
## Due to it's development state it's not hosted on bintray but if required snapshots can be included via jitpack
14+
## Maven via jitpack
1515

16+
Due to the alpha development state the project is not hosted on bintray but if required snapshots can be included via jitpack
1617
https://jitpack.io/#KilianB/JavaFXMultiChart
1718

1819

@@ -28,7 +29,7 @@ https://jitpack.io/#KilianB/JavaFXMultiChart
2829
<dependency>
2930
<groupId>com.github.KilianB</groupId>
3031
<artifactId>JavaFXMultiChart</artifactId>
31-
<version>-SNAPSHOT</version>
32+
<version>2b506d77ac</version>
3233
</dependency>
3334
</dependencies>
3435
````

0 commit comments

Comments
 (0)