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 fdcf006 commit 631f4afCopy full SHA for 631f4af
README.md
@@ -8,15 +8,13 @@ The White Rabbit is an asynchronous RabbitMQ library based on Kotlin coroutines.
8
##### Gradle:
9
```
10
repositories {
11
- maven {
12
- url "https://dl.bintray.com/viartemev/Maven"
13
- }
+ jcenter()
14
}
15
16
compile 'com.viartemev:the-white-rabbit:0.0.1'
17
18
##### Maven:
19
-Set up `https://dl.bintray.com/viartemev/Maven` as a repository for maven.
+Set up `jcenter` or `https://dl.bintray.com/viartemev/Maven` as a repository
20
21
<dependency>
22
<groupId>com.viartemev</groupId>
0 commit comments