Skip to content

Commit ea0b36c

Browse files
committed
Added the how to import to your app.
1 parent 55ec91b commit ea0b36c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ library is about the menu translation.
1212
## Gradle
1313

1414
```gradle
15+
implement 'com.devrapid.jieyi:ParallaxSideMenu:0.0.1'
1516
```
1617

1718
## Maven
1819

1920
```maven
21+
<dependency>
22+
<groupId>com.devrapid.jieyi</groupId>
23+
<artifactId>ParallaxSideMenu</artifactId>
24+
<version>0.0.1</version>
25+
<type>pom</type>
26+
</dependency>
2027
```
2128

2229
# Thank For

0 commit comments

Comments
 (0)