Skip to content

Commit 39a6b1a

Browse files
authored
Update README.md
1 parent d7f4438 commit 39a6b1a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,37 @@ magicButton.setMagicButtonClickListener(new View.OnClickListener() {
4141
});
4242
```
4343

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+
```xml
69+
<dependency org='com.github.bloder' name='magic' rev='1.0'>
70+
<artifact name='$AID' ext='pom'></artifact>
71+
</dependency>
72+
73+
```
74+
4475
# License
4576

4677
```

0 commit comments

Comments
 (0)