treasure
工作中常用工具类、组件
treasure-dict
作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。
License |
License |
---|---|
GroupId | GroupIdcom.github.heavensay |
ArtifactId | ArtifactIdtreasure-parent |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontreasure-parent
the parent project of treasure
|
Filename | Size |
---|---|
treasure-parent-1.0.3.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heavensay/treasure-parent/ -->
<dependency>
<groupId>com.github.heavensay</groupId>
<artifactId>treasure-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-parent/
implementation 'com.github.heavensay:treasure-parent:1.0.3'
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-parent/
implementation ("com.github.heavensay:treasure-parent:1.0.3")
'com.github.heavensay:treasure-parent:pom:1.0.3'
<dependency org="com.github.heavensay" name="treasure-parent" rev="1.0.3">
<artifact name="treasure-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.heavensay', module='treasure-parent', version='1.0.3')
)
libraryDependencies += "com.github.heavensay" % "treasure-parent" % "1.0.3"
[com.github.heavensay/treasure-parent "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
工作中常用工具类、组件
作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。