is not current version
Last Version 2.2.1

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

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.

GroupId

GroupId

com.expediagroup.beans
ArtifactId

ArtifactId

bean-utils-library-parent
Version

Version

2.1.0-jdk11
Type

Type

jar

Download bean-utils-library-parent 2.1.0-jdk11


<!-- https://jarcasting.com/artifacts/com.expediagroup.beans/bean-utils-library-parent/ -->
<dependency>
    <groupId>com.expediagroup.beans</groupId>
    <artifactId>bean-utils-library-parent</artifactId>
    <version>2.1.0-jdk11</version>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup.beans/bean-utils-library-parent/
implementation 'com.expediagroup.beans:bean-utils-library-parent:2.1.0-jdk11'
// https://jarcasting.com/artifacts/com.expediagroup.beans/bean-utils-library-parent/
implementation ("com.expediagroup.beans:bean-utils-library-parent:2.1.0-jdk11")
'com.expediagroup.beans:bean-utils-library-parent:jar:2.1.0-jdk11'
<dependency org="com.expediagroup.beans" name="bean-utils-library-parent" rev="2.1.0-jdk11">
  <artifact name="bean-utils-library-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup.beans', module='bean-utils-library-parent', version='2.1.0-jdk11')
)
libraryDependencies += "com.expediagroup.beans" % "bean-utils-library-parent" % "2.1.0-jdk11"
[com.expediagroup.beans/bean-utils-library-parent "2.1.0-jdk11"]