1.Maven Repository网站
https://mvnrepository.com/
https://mvnrepository.com/

2.查询需要的依赖
3.参考例子
<!-- https://mvnrepository.com/artifact/org.freeswitch.esl.client/org.freeswitch.esl.client -->
<dependency>
<groupId>org.freeswitch.esl.client</groupId>
<artifactId>org.freeswitch.esl.client</artifactId>
<version>0.9.2</version>
</dependency>
本文介绍了如何在MavenRepository网站上查询和管理项目依赖,以org.freeswitch.esl.client库的版本0.9.2为例,展示了dependency标签的使用方法。
2104

被折叠的 条评论
为什么被折叠?



