is not current version
Last Version 1.5.1

com.hotels.beans:bean-utils-library 1.0.0

This BeanUtils library is a Java bean copy utility with powerful functionality and high performance.

GroupId

GroupId

com.hotels.beans
ArtifactId

ArtifactId

bean-utils-library
Version

Version

1.0.0
Type

Type

jar

Download bean-utils-library 1.0.0


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