Files
futur4j/futur-reactor/build.gradle
2024-03-29 18:53:43 +01:00

11 lines
462 B
Groovy

dependencies {
compileOnly(project(":futur-api"))
implementation("org.jetbrains:annotations:24.1.0")
implementation("io.projectreactor:reactor-core:3.6.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.slf4j:slf4j-api:2.0.12")
testImplementation("ch.qos.logback:logback-classic:1.5.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
testImplementation(project(":futur-api"))
}