Add mintaka as dep

This commit is contained in:
Guilherme Werner 2024-01-05 10:16:38 -03:00
parent 3e6f8251a7
commit 114ac838cb
15 changed files with 21 additions and 352 deletions

View file

@ -11,8 +11,9 @@ 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"
implementation "com.google.guava:guava:31.1-jre"
implementation project(':MintakaJvm')
testImplementation "org.junit.jupiter:junit-jupiter:5.9.1"
}