You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
src/main/java/it/cavallium/jlinegraph | 9 months ago | |
.gitignore | 2 years ago | |
.preview.png | 2 years ago | |
README.md | 9 months ago | |
pom.xml | 9 months ago |
README.md
JLineGraph
Small library to draw line graphs in java
Install
Add MCHV repository to your pom.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
<dependencies>
<dependency>
<groupId>it.cavallium</groupId>
<artifactId>jlinegraph</artifactId>
<version>1.1</version>
</dependency>
</dependencies>