event/event-async/build.gradle

6 lines
124 B
Groovy
Raw Normal View History

dependencies {
api project(':event-loop')
implementation libs.reactivestreams
testImplementation libs.rxjava3
}