Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
78 views
in Technique[技术] by (71.8m points)

java - 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.

question from:https://stackoverflow.com/questions/65921847/how-can-i-add-boommenu-library-from-github-to-my-app

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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>

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...