License |
License |
---|---|
Categories |
CategoriesBean Mapping General Purpose Libraries |
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdbean-mapping |
Last Version | Last Version0.2.6 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbean-mapping
bean-mapping is a java bean copy tool.
|
Filename | Size |
---|---|
bean-mapping-0.2.6.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/bean-mapping/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>bean-mapping</artifactId>
<version>0.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping/
implementation 'com.github.houbb:bean-mapping:0.2.6'
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping/
implementation ("com.github.houbb:bean-mapping:0.2.6")
'com.github.houbb:bean-mapping:pom:0.2.6'
<dependency org="com.github.houbb" name="bean-mapping" rev="0.2.6">
<artifact name="bean-mapping" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='bean-mapping', version='0.2.6')
)
libraryDependencies += "com.github.houbb" % "bean-mapping" % "0.2.6"
[com.github.houbb/bean-mapping "0.2.6"]