is not current version
Last Version 0.2.6

com.github.houbb:bean-mapping-test 0.2.1

The test module for bean mapping, do not import.

Categories

Categories

Bean Mapping General Purpose Libraries
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

bean-mapping-test
Version

Version

0.2.1
Type

Type

jar

Download bean-mapping-test 0.2.1


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