is not current version
Last Version 1.5.1

com.hotels.beans:bean-utils-library builder-branch

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
Version

Version

builder-branch
Type

Type

jar

Download bean-utils-library builder-branch


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