| Categories |
CategoriesBean Mapping General Purpose Libraries |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdbean-mapping |
| Version | Version0.2.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bean-mapping-0.2.5.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.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping/
implementation 'com.github.houbb:bean-mapping:0.2.5'
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping/
implementation ("com.github.houbb:bean-mapping:0.2.5")
'com.github.houbb:bean-mapping:pom:0.2.5'
<dependency org="com.github.houbb" name="bean-mapping" rev="0.2.5">
<artifact name="bean-mapping" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='bean-mapping', version='0.2.5')
)
libraryDependencies += "com.github.houbb" % "bean-mapping" % "0.2.5"
[com.github.houbb/bean-mapping "0.2.5"]