is not current version
Last Version 1.0.11

com.github.yangtu222:BeanUtils 1.0.4

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

GroupId

GroupId

com.github.yangtu222
ArtifactId

ArtifactId

BeanUtils
Version

Version

1.0.4
Type

Type

jar

Download BeanUtils 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.yangtu222/BeanUtils/ -->
<dependency>
    <groupId>com.github.yangtu222</groupId>
    <artifactId>BeanUtils</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yangtu222/BeanUtils/
implementation 'com.github.yangtu222:BeanUtils:1.0.4'
// https://jarcasting.com/artifacts/com.github.yangtu222/BeanUtils/
implementation ("com.github.yangtu222:BeanUtils:1.0.4")
'com.github.yangtu222:BeanUtils:jar:1.0.4'
<dependency org="com.github.yangtu222" name="BeanUtils" rev="1.0.4">
  <artifact name="BeanUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yangtu222', module='BeanUtils', version='1.0.4')
)
libraryDependencies += "com.github.yangtu222" % "BeanUtils" % "1.0.4"
[com.github.yangtu222/BeanUtils "1.0.4"]