mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-01-18 07:16:45 +00:00
5 lines
169 B
Groovy
5 lines
169 B
Groovy
dependencies {
|
|
compileOnly(project(":futur-api"))
|
|
implementation("org.jetbrains:annotations:24.1.0")
|
|
implementation("io.projectreactor:reactor-core:3.6.4")
|
|
} |