is not current version
Last Version 0.2.6

com.github.houbb:bean-mapping-api 0.2.4


Categories

Categories

Bean Mapping General Purpose Libraries
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

bean-mapping-api
Version

Version

0.2.4
Type

Type

jar

Download bean-mapping-api 0.2.4


<!-- https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-api/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>bean-mapping-api</artifactId>
    <version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-api/
implementation 'com.github.houbb:bean-mapping-api:0.2.4'
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-api/
implementation ("com.github.houbb:bean-mapping-api:0.2.4")
'com.github.houbb:bean-mapping-api:jar:0.2.4'
<dependency org="com.github.houbb" name="bean-mapping-api" rev="0.2.4">
  <artifact name="bean-mapping-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='bean-mapping-api', version='0.2.4')
)
libraryDependencies += "com.github.houbb" % "bean-mapping-api" % "0.2.4"
[com.github.houbb/bean-mapping-api "0.2.4"]