Jar examples for r:reactor-core
Non-Blocking Reactive Foundation for the JVM
You can download jar file reactor-core 2.5.0.M2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add reactor-core-2.5.0.M2.jar to your project.
<dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>2.5.0.M2</version> </dependency>
compile group: 'io.projectreactor', name: 'reactor-core', version: '2.5.0.M2'
libraryDependencies += "io.projectreactor" % "reactor-core" % "2.5.0.M2"
<dependency org="io.projectreactor" name="reactor-core" rev="2.5.0.M2"/>
@Grapes(@Grab(group='io.projectreactor', module='reactor-core', version='2.5.0.M2'))
'io.projectreactor:reactor-core:jar:2.5.0.M2'
Click the following link to download the jar file.
reactor-core-2.5.0.M2-javadoc.jar