License |
License |
---|---|
GroupId | GroupIdcom.hotels.beans |
ArtifactId | ArtifactIdbean-utils-library |
Version | Version1.5.1 |
Type | Typejar |
Description |
DescriptionBULL - Bean Transformer (Deprecated)
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
bean-utils-library-1.5.1.pom | |
bean-utils-library-1.5.1.jar | 1 KB |
bean-utils-library-1.5.1-javadoc.jar | 775 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.beans/bean-utils-library/ -->
<dependency>
<groupId>com.hotels.beans</groupId>
<artifactId>bean-utils-library</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.beans/bean-utils-library/
implementation 'com.hotels.beans:bean-utils-library:1.5.1'
// https://jarcasting.com/artifacts/com.hotels.beans/bean-utils-library/
implementation ("com.hotels.beans:bean-utils-library:1.5.1")
'com.hotels.beans:bean-utils-library:jar:1.5.1'
<dependency org="com.hotels.beans" name="bean-utils-library" rev="1.5.1">
<artifact name="bean-utils-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.beans', module='bean-utils-library', version='1.5.1')
)
libraryDependencies += "com.hotels.beans" % "bean-utils-library" % "1.5.1"
[com.hotels.beans/bean-utils-library "1.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.7.RELEASE |
org.testng : testng | jar | 7.0.0 |