treasure-base

xxx公司基础pom,用来设置maven环境,设置deploy分发环境

License

License

GroupId

GroupId

com.github.heavensay
ArtifactId

ArtifactId

treasure-base
Last Version

Last Version

1
Release Date

Release Date

Type

Type

pom
Description

Description

treasure-base
xxx公司基础pom,用来设置maven环境,设置deploy分发环境
Project URL

Project URL

https://github.com/heavensay/treasure
Source Code Management

Source Code Management

https://github.com/heavensay/treasure

Download treasure-base

Filename Size
treasure-base-1.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.heavensay/treasure-base/ -->
<dependency>
    <groupId>com.github.heavensay</groupId>
    <artifactId>treasure-base</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-base/
implementation 'com.github.heavensay:treasure-base:1'
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-base/
implementation ("com.github.heavensay:treasure-base:1")
'com.github.heavensay:treasure-base:pom:1'
<dependency org="com.github.heavensay" name="treasure-base" rev="1">
  <artifact name="treasure-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.heavensay', module='treasure-base', version='1')
)
libraryDependencies += "com.github.heavensay" % "treasure-base" % "1"
[com.github.heavensay/treasure-base "1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

treasure

工作中常用工具类、组件

treasure-dict

作为字段转换插件,解决通常api接口返回数据实体中,字典字段需要手工转换问题,转为系统框架自动转换。

Versions

Version
1