Added XChart library to plot graphs

This commit is contained in:
lluni 2022-05-25 15:34:28 +02:00
parent adfd701817
commit 281b42b0fb

View file

@ -11,6 +11,7 @@ repositories {
dependencies {
implementation 'org.ejml:ejml-all:0.41'
implementation 'org.knowm.xchart:xchart:3.8.1'
implementation 'com.opencsv:opencsv:5.6'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'