简体   繁体   中英

How can I add BoomMenu library from GitHub to my app?

I want to add the boom menu from GitHub to my app, I can't figure out what I'm supposed to add in order to implement the library, this is the link to GitHub https://github.com/Nightonke/BoomMenu .

see informaton library he said

you should add this

compile 'com.nightonke:boommenu:2.1.1'

and then in dependency add these code:

<dependency>
<groupId>com.nightonke</groupId>
<artifactId>boommenu</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM