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 d7f4438 commit 39a6b1aCopy full SHA for 39a6b1a
README.md
@@ -41,6 +41,37 @@ magicButton.setMagicButtonClickListener(new View.OnClickListener() {
41
});
42
```
43
44
+# Import
45
+
46
+## Gradle
47
48
+```groovy
49
+dependencies {
50
+ compile 'com.github.bloder:magic:1.0'
51
+}
52
+```
53
54
+## Maven
55
56
+```xml
57
+<dependency>
58
+ <groupId>com.github.bloder</groupId>
59
+ <artifactId>magic</artifactId>
60
+ <version>1.0</version>
61
+ <type>pom</type>
62
+</dependency>
63
64
65
66
+## Ivy
67
68
69
+<dependency org='com.github.bloder' name='magic' rev='1.0'>
70
+ <artifact name='$AID' ext='pom'></artifact>
71
72
73
74
75
# License
76
77
0 commit comments