Skip to content

Commit 2160fa6

Browse files
author
Daniel Bustamante Ospina
committed
Merge remote-tracking branch 'origin/master'
2 parents 28433d9 + 91b81b8 commit 2160fa6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,27 @@ The first approach to this work was to release a very simple abstractions and a
1010
To 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

2221
To 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

3029
To 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

0 commit comments

Comments
 (0)