2022-09-15 18:33:34 +02:00
2021-12-07 01:02:28 +01:00
2021-12-07 01:02:28 +01:00
2022-09-15 18:32:48 +02:00
2022-09-15 18:33:34 +02:00

JLineGraph

Small library to draw line graphs in java

.preview.png

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>
Description
No description provided
Readme 347 KiB
Languages
Java 100%