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