Skip to content

Commit 143f3b1

Browse files
author
Daniel Bustamante Ospina
committed
Merge remote-tracking branch 'origin/master'
2 parents 3288687 + 4a86f90 commit 143f3b1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,27 @@ Even though the main purpose is to provide such abstractions in a mostly generic
77
The first approach to this work was to release a very simple abstractions and a corresponding implementation over asyncronous message driven communication between microservices build on top of project-reactor and spring boot.
88

99
## Get Started
10-
To include all (API and implementation):
10+
To include all (API and implementation) (Spring boot Starter):
1111
```groovy
12-
repositories {
13-
jcenter()
14-
}
1512
1613
dependencies {
17-
compile 'org.reactivecommons:async-commons:0.0.3-beta1'
14+
compile 'org.reactivecommons:async-commons-starter:0.0.7-beta1'
1815
}
1916
```
2017

2118
To include only domain events API:
2219

2320
```groovy
2421
dependencies {
25-
compile 'org.reactivecommons:domain-events-api:0.0.3-beta1'
22+
compile 'org.reactivecommons:domain-events-api:0.0.7-beta1'
2623
}
2724
```
2825

2926
To include only async commons API:
3027

3128
```groovy
3229
dependencies {
33-
compile 'org.reactivecommons:async-commons-api:0.0.3-beta1'
30+
compile 'org.reactivecommons:async-commons-api:0.0.7-beta1'
3431
}
3532
```
3633

0 commit comments

Comments
 (0)