treasure
工作中常用工具类、组件
treasure-dict
作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。
License |
License |
---|---|
GroupId | GroupIdcom.github.heavensay |
ArtifactId | ArtifactIdtreasure-demo |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthe parent project of treasure
|
Filename | Size |
---|---|
treasure-demo-1.0.3.pom | |
treasure-demo-1.0.3.jar | 1 KB |
treasure-demo-1.0.3-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heavensay/treasure-demo/ -->
<dependency>
<groupId>com.github.heavensay</groupId>
<artifactId>treasure-demo</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-demo/
implementation 'com.github.heavensay:treasure-demo:1.0.3'
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-demo/
implementation ("com.github.heavensay:treasure-demo:1.0.3")
'com.github.heavensay:treasure-demo:jar:1.0.3'
<dependency org="com.github.heavensay" name="treasure-demo" rev="1.0.3">
<artifact name="treasure-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heavensay', module='treasure-demo', version='1.0.3')
)
libraryDependencies += "com.github.heavensay" % "treasure-demo" % "1.0.3"
[com.github.heavensay/treasure-demo "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.heavensay : treasure-common | jar | 1.0.3 |
org.easyrules : easyrules-core | jar | 2.4.0 |
org.jeasy : easy-rules-support | jar | 3.2.0 |
org.jeasy : easy-rules-mvel | jar | 3.2.0 |
org.apache.commons : commons-jexl | jar | 2.1.1 |
org.kie : kie-api | jar | 7.5.0.Final |
org.drools : drools-compiler | jar | 7.5.0.Final |
org.drools : drools-core | jar | 7.5.0.Final |
javax.validation : validation-api | jar | |
org.hibernate.validator : hibernate-validator | jar | |
javax.el : javax.el-api | jar | 3.0.0 |
org.glassfish.web : javax.el | jar | 2.2.6 |
org.springframework : spring-context | jar | |
com.github.ben-manes.caffeine : caffeine | jar | 2.5.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
工作中常用工具类、组件
作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。