не последняя версия
Последняя версия 1.5.1

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

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.

Группа

Группа

com.hotels.beans
Идентификатор

Идентификатор

bean-utils-library
Версия

Версия

temp-builder
Тип

Тип

jar

Скачать bean-utils-library temp-builder


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