Apache Commons BeanUtils Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

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>

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

https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar

Check for Latest Release

https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils

Reference

https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils

⚠️ **GitHub.com Fallback** ⚠️