| License |
License |
|---|---|
| Categories |
CategoriesBean Mapping General Purpose Libraries |
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdbean-mapping-core |
| 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-core-0.2.6.pom | |
| bean-mapping-core-0.2.6.jar | 14 KB |
| bean-mapping-core-0.2.6-sources.jar | 14 KB |
| bean-mapping-core-0.2.6-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>bean-mapping-core</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-core/
implementation 'com.github.houbb:bean-mapping-core:0.2.6'
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-core/
implementation ("com.github.houbb:bean-mapping-core:0.2.6")
'com.github.houbb:bean-mapping-core:jar:0.2.6'
<dependency org="com.github.houbb" name="bean-mapping-core" rev="0.2.6">
<artifact name="bean-mapping-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='bean-mapping-core', version='0.2.6')
)
libraryDependencies += "com.github.houbb" % "bean-mapping-core" % "0.2.6"
[com.github.houbb/bean-mapping-core "0.2.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : bean-mapping-api | jar | 0.2.6 |
| com.github.houbb : heaven | jar | 0.1.62 |