is not current version
Last Version 0.2.6

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


Categories

Categories

Bean Mapping General Purpose Libraries
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

bean-mapping-core
Version

Version

0.1.0
Type

Type

jar

Download bean-mapping-core 0.1.0


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