From 6716f969d6a21670cee060dbc5e270f2cc44ad6a Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Tue, 22 Sep 2015 12:27:34 +0200 Subject: [PATCH] Update README.md with artifact infos --- spring-web-reactive/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-web-reactive/README.md b/spring-web-reactive/README.md index 64c929c5e69..8b017c24b04 100644 --- a/spring-web-reactive/README.md +++ b/spring-web-reactive/README.md @@ -3,7 +3,11 @@ of Spring Framework 5. For more information about this topic, you can have a loo [Intro to Reactive programming][] and [Reactive Web Applications][] talks. ## Downloading Artifacts -Artifacts are not yet available, so you have to build the project from source for now. +Spring Reactive JAR dependency is available from Spring snapshot repository: + - Repository URL: `https://repo.spring.io/snapshot/` + - GroupId: `org.springframework.reactive` + - ArtifactId: `spring-reactive` + - Version: `0.1.0.BUILD-SNAPSHOT` ## Building from Source Spring Reactive uses a [Gradle][]-based build system. In the instructions