mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Use mintaka from maven repo
This commit is contained in:
parent
2f3d5fef56
commit
475d1c5dc6
4 changed files with 3 additions and 9 deletions
|
|
@ -7,13 +7,14 @@ archivesBaseName = "Tribufu"
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url = "https://mvn.tribufu.com/releases" }
|
||||
}
|
||||
|
||||
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 project(':MintakaJvm')
|
||||
implementation "dev.mintaka:Mintaka:0.1.0"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter:5.9.1"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue