is not current version
Last Version 2.0.1.6

com.hotels.beans:bean-utils-library-parent 1.1.20

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.hotels.beans
ArtifactId

ArtifactId

bean-utils-library-parent
Version

Version

1.1.20
Type

Type

pom

Download bean-utils-library-parent 1.1.20


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