Skip to content

flowerfine/carp-parent

Repository files navigation

Gihub Actions Last commit GitHub Tag Maven Central License

Carp-Parent

carp-parent 为 carp 项目提供统一的依赖管理,确保依赖全局一致。

使用方式

Maven’s Bill of Material (BOM)

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>cn.sliew</groupId>
            <artifactId>carp-dependencies</artifactId>
            <version>${latest}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

基于继承关系的Maven父依赖

<parent>
    <groupId>cn.sliew</groupId>
    <artifactId>carp-spring-boot-parent</artifactId>
    <version>${latest}</version>
    <relativePath/>
</parent>

Carp Framework

framework 提供常见功能模块以满足快速开发需求

项目发版

参考:Release

Code of Conduct

This project adheres to the Contributor Covenant code of conduct

Contributing

For contributions, please refer CONTRIBUTING

Thanks for all people who already contributed to Carp!

Contact

License

Carp is licenced under the Apache License Version 2.0, link is here.

About

carp parent. dependencies management

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages