Update readme.md
This commit is contained in:
parent
da25721f52
commit
192edf2957
24
README.md
24
README.md
@ -3,3 +3,27 @@
|
|||||||
Small library to draw line graphs in java
|
Small library to draw line graphs in java
|
||||||
|
|
||||||
![.preview.png](.preview.png)
|
![.preview.png](.preview.png)
|
||||||
|
|
||||||
|
Add MCHV repository to your pom.xml
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>mchv</id>
|
||||||
|
<name>MCHV Apache Maven Packages</name>
|
||||||
|
<url>https://mvn.mchv.eu/repository/mchv/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
```
|
||||||
|
|
||||||
|
Add the dependency to your pom.xml
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>it.cavallium</groupId>
|
||||||
|
<artifactId>jlinegraph</artifactId>
|
||||||
|
<version>1.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user