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 4ef6394 commit 214c5ceCopy full SHA for 214c5ce
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.0.7-beta1'
+ compile 'org.reactivecommons:async-commons-starter:0.2.1-beta1'
15
}
16
```
17
18
To include only domain events API:
19
20
21
22
- compile 'org.reactivecommons:domain-events-api:0.0.7-beta1'
+ compile 'org.reactivecommons:domain-events-api:0.2.1-beta1'
23
24
25
26
To include only async commons API:
27
28
29
30
- compile 'org.reactivecommons:async-commons-api:0.0.7-beta1'
+ compile 'org.reactivecommons:async-commons-api:0.2.1-beta1'
31
32
33
0 commit comments