且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以将此程序包添加到我现有的Java项目中吗?

更新时间:2023-02-16 23:41:56

您将要使用 Gradle Maven first .这样您就可以在项目中放置所有像这样的第三方依赖项. (注意:如何使用或安装这些工具中的任何一个都不在本问题的范围之内.)

You're going to want to use a dependency management tool like Gradle or Maven first. This gives you a place to put all of the third-party dependencies like this one in your project. (Note: how to use or install either of those tools is outside of the scope of this question.)

然后,您只需要 Maven坐标.幸运的是,项目那些坐标可用.

Then, you just need the Maven coordinates. Luckily the project has those coordinates available.