Skip to content

flowerfine/carp-parent

Repository files navigation

Carp

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

使用方式

Maven’s Bill of Material (BOM)

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>cn.sliew</groupId>
            <artifactId>carp-dependencies</artifactId>
            <version>0.0.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

基于继承关系的Maven父依赖

<parent>
    <groupId>cn.sliew</groupId>
    <artifactId>carp-spring-boot-parent</artifactId>
    <version>0.0.1</version>
    <relativePath/>
</parent>

项目发版

参考: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