May I add this package to my existing Java project?

前端 未结 1 1363
没有蜡笔的小新
没有蜡笔的小新 2021-01-24 06:34

I am beginning at Java GUI, so I ask you professional coders to be understading towards to my humble question.

So, I have been coding this small Java project. I came ac

相关标签:
1条回答
  • 2021-01-24 06:59

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

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

    0 讨论(0)
提交回复
热议问题