Added XChart library to plot graphs
This commit is contained in:
parent
adfd701817
commit
281b42b0fb
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.ejml:ejml-all:0.41'
|
implementation 'org.ejml:ejml-all:0.41'
|
||||||
|
implementation 'org.knowm.xchart:xchart:3.8.1'
|
||||||
implementation 'com.opencsv:opencsv:5.6'
|
implementation 'com.opencsv:opencsv:5.6'
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
||||||
|
|
Loading…
Reference in a new issue