我在哪里可以下载Apache commons beanutils的依赖项 我在我使用的许多热门回购中都找不到它,请指教。
答案 0 :(得分:2)
Maven Central现在有一个搜索网站。
找到了Beanutils的1.8.3版here。
要使用的Maven GAV坐标是:
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.8.3</version>
</dependency>
答案 1 :(得分:1)
你在尝试什么GAV?
repo1.maven.org中有很多beanutils。