Update build.gradle

This commit is contained in:
Guilherme Werner 2024-01-01 15:43:10 -03:00
parent 5921982013
commit eef87270fa

View file

@ -12,6 +12,7 @@ repositories {
dependencies {
api "org.apache.commons:commons-math3:3.6.1"
implementation "com.google.guava:guava:31.1-jre"
implementation "com.google.code.gson:gson:2.8.9"
testImplementation "org.junit.jupiter:junit-jupiter:5.9.1"
}