License |
License |
---|---|
Categories |
CategoriesBean Mapping General Purpose Libraries |
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdbean-mapping-test |
Last Version | Last Version0.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe test module for bean mapping, do not import.
|
Filename | Size |
---|---|
bean-mapping-test-0.2.6.pom | |
bean-mapping-test-0.2.6.jar | 19 KB |
bean-mapping-test-0.2.6-sources.jar | 18 KB |
bean-mapping-test-0.2.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-test/
implementation 'com.github.houbb:bean-mapping-test:0.2.6'
// https://jarcasting.com/artifacts/com.github.houbb/bean-mapping-test/
implementation ("com.github.houbb:bean-mapping-test:0.2.6")
'com.github.houbb:bean-mapping-test:jar:0.2.6'
<dependency org="com.github.houbb" name="bean-mapping-test" rev="0.2.6">
<artifact name="bean-mapping-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='bean-mapping-test', version='0.2.6')
)
libraryDependencies += "com.github.houbb" % "bean-mapping-test" % "0.2.6"
[com.github.houbb/bean-mapping-test "0.2.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : bean-mapping-core | jar | 0.2.6 |
com.github.houbb : bean-mapping-asm | jar | 0.2.6 |
commons-beanutils : commons-beanutils | jar | 1.9.3 |
org.springframework : spring-beans | jar | 4.3.25.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |