File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,28 +10,27 @@ The first approach to this work was to release a very simple abstractions and a
1010To include all (API and implementation):
1111``` groovy
1212 repositories {
13- mavenCentral()
14- maven { url "https://dl.bintray.com/reactive-commons/maven-artifacts" }
13+ jcenter()
1514 }
1615
1716 dependencies {
18- compile 'org.reactivecommons:async-commons:0.0.1-alpha1 '
17+ compile 'org.reactivecommons:async-commons:0.0.3-beta1 '
1918 }
2019```
2120
2221To include only domain events API:
2322
2423``` groovy
2524 dependencies {
26- compile 'org.reactivecommons:domain-events-api:0.0.1-alpha1 '
25+ compile 'org.reactivecommons:domain-events-api:0.0.3-beta1 '
2726 }
2827```
2928
3029To include only async commons API:
3130
3231``` groovy
3332 dependencies {
34- compile 'org.reactivecommons:async-commons-api:0.0.1-alpha1 '
33+ compile 'org.reactivecommons:async-commons-api:0.0.3-beta1 '
3534 }
3635```
3736
You can’t perform that action at this time.
0 commit comments