Inline mintaka library classes

This commit is contained in:
Guilherme Werner 2024-03-06 19:30:12 -03:00
parent 1839b59589
commit 02969aa0db
12 changed files with 364 additions and 3 deletions

View file

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