is not current version
Last Version 0.2.6

com.github.houbb:bean-mapping 0.0.1

bean-mapping is a java bean copy tool.

Categories

Categories

Bean Mapping General Purpose Libraries
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

bean-mapping
Version

Version

0.0.1
Type

Type

pom

Download bean-mapping 0.0.1

Filename Size
bean-mapping-0.0.1.pom 9 KB
Browse

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