| License |
License |
|---|---|
| Categories |
CategoriesBean Mapping General Purpose Libraries |
| GroupId | GroupIdcom.github.xr2117 |
| ArtifactId | ArtifactIdbean-mapping |
| Last Version | Last Version2.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBeanMapping
BeanMapping
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bean-mapping-2.1.2.pom | |
| bean-mapping-2.1.2.jar | 7 KB |
| bean-mapping-2.1.2-sources.jar | 2 KB |
| bean-mapping-2.1.2-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xr2117/bean-mapping/ -->
<dependency>
<groupId>com.github.xr2117</groupId>
<artifactId>bean-mapping</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xr2117/bean-mapping/
implementation 'com.github.xr2117:bean-mapping:2.1.2'
// https://jarcasting.com/artifacts/com.github.xr2117/bean-mapping/
implementation ("com.github.xr2117:bean-mapping:2.1.2")
'com.github.xr2117:bean-mapping:jar:2.1.2'
<dependency org="com.github.xr2117" name="bean-mapping" rev="2.1.2">
<artifact name="bean-mapping" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xr2117', module='bean-mapping', version='2.1.2')
)
libraryDependencies += "com.github.xr2117" % "bean-mapping" % "2.1.2"
[com.github.xr2117/bean-mapping "2.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| com.alibaba : fastjson | jar | 1.2.71 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.12 |