Skip to content

Commit 631f4af

Browse files
authored
Update repo docs
1 parent fdcf006 commit 631f4af

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ The White Rabbit is an asynchronous RabbitMQ library based on Kotlin coroutines.
88
##### Gradle:
99
```
1010
repositories {
11-
maven {
12-
url "https://dl.bintray.com/viartemev/Maven"
13-
}
11+
jcenter()
1412
}
1513
1614
compile 'com.viartemev:the-white-rabbit:0.0.1'
1715
```
1816
##### Maven:
19-
Set up `https://dl.bintray.com/viartemev/Maven` as a repository for maven.
17+
Set up `jcenter` or `https://dl.bintray.com/viartemev/Maven` as a repository
2018
```
2119
<dependency>
2220
<groupId>com.viartemev</groupId>

0 commit comments

Comments
 (0)