| Categories |
CategoriesBean Mapping General Purpose Libraries |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdbean-mapping-test |
| Version | Version0.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bean-mapping-test-0.2.5.pom | |
| bean-mapping-test-0.2.5.jar | 19 KB |
| bean-mapping-test-0.2.5-sources.jar | 18 KB |
| bean-mapping-test-0.2.5-javadoc.jar | 209 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-test/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>bean-mapping-test</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-test/
implementation 'com.github.houbb:bean-mapping-test:0.2.5'
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-test/
implementation ("com.github.houbb:bean-mapping-test:0.2.5")
'com.github.houbb:bean-mapping-test:jar:0.2.5'
<dependency org="com.github.houbb" name="bean-mapping-test" rev="0.2.5">
<artifact name="bean-mapping-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='bean-mapping-test', version='0.2.5')
)
libraryDependencies += "com.github.houbb" % "bean-mapping-test" % "0.2.5"
[com.github.houbb/bean-mapping-test "0.2.5"]