MVN

com.expediagroup.beans : bean-utils-library-parent

Maven & Gradle

Dec 01, 2022
183 stars

BULL - Bean Utils Light Library · This BeanUtils library is a Java Bean to Java Bean transformer that recursively copies data from one object to another, it is generic, flexible, reusable, configurable and incredibly fast. It's the only library able to transform Mutable, Immutable and Mixed bean without any custom configuration.

<dependency>
    <groupId>com.expediagroup.beans</groupId>
    <artifactId>bean-utils-library-parent</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expediagroup.beans : bean-utils-library-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of com.expediagroup.beans : bean-utils-library-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
bean-utils-library-parent-2.2.3
bean-utils-library-parent-2.2.2
bean-utils-library-parent-2.2.1
bean-utils-library-parent-2.2.0
2.1.x
bean-utils-library-parent-2.1.3-jdk11
bean-utils-library-parent-2.1.2-jdk11
bean-utils-library-parent-2.1.2
bean-utils-library-parent-2.1.1-jdk11
bean-utils-library-parent-2.1.1
bean-utils-library-parent-2.1.0-jdk11
bean-utils-library-parent-2.1.0
2.0.x
bean-utils-library-parent-2.0.1-jdk11
bean-utils-library-parent-2.0.0-jdk11

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.expediagroup.beans</groupId>
    <artifactId>bean-utils-library-parent</artifactId>
    <version>2.2.3</version>
</dependency>

Advertisement