Go to file
Andrea Cavalli 192edf2957 Update readme.md 2021-12-07 01:27:22 +01:00
src/main/java/it/cavallium/jlinegraph Initial commit 2021-12-07 01:02:28 +01:00
.gitignore Initial commit 2021-12-07 01:02:28 +01:00
.preview.png Initial commit 2021-12-07 01:02:28 +01:00
README.md Update readme.md 2021-12-07 01:27:22 +01:00
pom.xml Update readme.md 2021-12-07 01:27:22 +01:00

README.md

JLineGraph

Small library to draw line graphs in java

.preview.png

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.0</version>
  </dependency>
</dependencies>