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

com.expediagroup.beans:bean-utils-library-parent 2.0.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.

Группа

Группа

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

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

bean-utils-library-parent
Версия

Версия

2.0.0-jdk11
Тип

Тип

jar

Скачать bean-utils-library-parent 2.0.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.0.0-jdk11</version>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup.beans/bean-utils-library-parent/
implementation 'com.expediagroup.beans:bean-utils-library-parent:2.0.0-jdk11'
// https://jarcasting.com/artifacts/com.expediagroup.beans/bean-utils-library-parent/
implementation ("com.expediagroup.beans:bean-utils-library-parent:2.0.0-jdk11")
'com.expediagroup.beans:bean-utils-library-parent:jar:2.0.0-jdk11'
<dependency org="com.expediagroup.beans" name="bean-utils-library-parent" rev="2.0.0-jdk11">
  <artifact name="bean-utils-library-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup.beans', module='bean-utils-library-parent', version='2.0.0-jdk11')
)
libraryDependencies += "com.expediagroup.beans" % "bean-utils-library-parent" % "2.0.0-jdk11"
[com.expediagroup.beans/bean-utils-library-parent "2.0.0-jdk11"]