Apache Commons BeanUtils Maven Dependency

This page gives you a quick reference to get Apache Commons BeanUtils dependency for Maven or Gradle projects. You can also download the Apache Commons BeanUtils jar dependency, the link given at the "Download JAR File" section.

Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.

Apache Commons BeanUtils Maven Dependency

Copy below Apache Commons BeanUtils maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
<dependency>
    <groupId>commons-beanutils</groupId>
    <artifactId>commons-beanutils</artifactId>
    <version>1.9.4</version>
</dependency>
For more details about the proper version to use, check out the following Maven Central link.

Apache Commons BeanUtils Gradle Dependency

Copy below Apache Commons BeanUtils Gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'

Download JAR File

Check for Latest Release

Reference



Comments