简体   繁体   中英

How to download Guava Libraries for Netbeans?

I want to use Guava TreeMultiset data structure in my java program. I use netbeans to code my program. However, I am a beginner and I don't know how I can include and import Guava libraries in netbeans. I've searched the web, but things were not clear to me.

Can anyone please tell me how I can use Guava in Netbeans?

Any help is appreciated.

Thank you.

If you are using maven, right click on dependencies and select add dependency, then search for guava.

If it is a standard project, right click on libraries and then add library, then add the jar for guava manually

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