mirror of
https://github.com/tribufu/tribufu-java
synced 2026-06-01 09:42:37 +00:00
Add mintaka as dep
This commit is contained in:
parent
3e6f8251a7
commit
114ac838cb
15 changed files with 21 additions and 352 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue