We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61b8ec commit 4f068e4Copy full SHA for 4f068e4
README.md
@@ -11,23 +11,23 @@ To include all (API and implementation) (Spring boot Starter):
11
```groovy
12
13
dependencies {
14
- compile 'org.reactivecommons:async-commons-starter:0.2.1-beta1'
+ compile 'org.reactivecommons:async-commons-starter:0.4.6'
15
}
16
```
17
18
To include only domain events API:
19
20
21
22
- compile 'org.reactivecommons:domain-events-api:0.2.1-beta1'
+ compile 'org.reactivecommons:domain-events-api:0.4.6'
23
24
25
26
To include only async commons API:
27
28
29
30
- compile 'org.reactivecommons:async-commons-api:0.2.1-beta1'
+ compile 'org.reactivecommons:async-commons-api:0.4.6'
31
32
33
0 commit comments