is not current version
Last Version 0.0.5

io.github.liuyuyu:bean-mapper 0.0.2

Convert any type of bean to another

GroupId

GroupId

io.github.liuyuyu
ArtifactId

ArtifactId

bean-mapper
Version

Version

0.0.2
Type

Type

jar

Download bean-mapper 0.0.2


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