Reputation: 33605
where can i download the dependency Apache commons beanutils i couldn't find it in many popular repos i am using, please advise.
Upvotes: 3
Views: 4742
Reputation: 77961
Maven Central now has a search website.
Version 1.8.3 of Beanutils is found here.
The Maven GAV coordinate to use is:
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.8.3</version>
</dependency>
Upvotes: 2
Reputation: 15104
What GAV are you trying?
Plenty of beanutils in repo1.maven.org.
Upvotes: 1