October 2018
Intermediate to advanced
556 pages
15h 18m
English
Here, we assume that the reader is already familiar with the Reactive Streams specification. If not, it is briefly described in the previous chapter. The Reactive Streams specification is essential in the current context, because Project Reactor is built on top of it and org.reactivestreams:reactive-streams is the only mandatory dependency of Project Reactor.
Adding Project Reactor as a dependency to our application is as simple as adding the following dependency to the build.gradle file:
compile("io.projectreactor:reactor-core:3.2.0.RELEASE")
At the time of writing, the latest version of the library is 3.2.0.RELEASE. This version is also used in Spring Framework 5.1.