is not current version
Last Version 0.2.6

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


Categories

Categories

Bean Mapping General Purpose Libraries
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

bean-mapping-core
Version

Version

0.2.4
Type

Type

jar

Download bean-mapping-core 0.2.4


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