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 320d85a commit ce301faCopy full SHA for ce301fa
README.md
@@ -12,13 +12,19 @@ This repository also contains a demo project.
12
13
Add dependency
14
--------------
15
-This library is not yet released in Maven Central, but instead you can use [Bintray](https://www.bintray.com).
+This library is released in Maven Central and jCenter:
16
17
```groovy
18
repositories {
19
- maven {
20
- url "https://dl.bintray.com/blogcat/maven"
21
- }
+ mavenCentral()
+ }
+```
22
+
23
+or
24
25
+```groovy
26
+ repositories {
27
+ jcenter()
28
}
29
```
30
0 commit comments