is not current version
Last Version 0.0.6

com.github.houbb:bean-copy 0.0.5

Bean-copy is a java bean copy tool.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

bean-copy
Version

Version

0.0.5
Type

Type

jar

Download bean-copy 0.0.5


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