简体   繁体   中英

Add a local dependency to a Play project

I have a few compiled *.jar files. I want to add them as the dependencies and be able to use on the hosting later.

What directory do I put those *.jar files and how do I add them to the project to be able to use their classes?

只需将它们放在项目根目录下的“lib”文件夹中即可。

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