MVN

top.charles7c.continew : continew-starter

Maven & Gradle

Dec 02, 2023
18 stars

continew-starter · ContiNew Starter 是一种特殊类型的 Spring Boot Starter, 其作用与常规的 Starter 类似,它可以帮助开发人员快速集成常用的第三方库或工具到 Spring 应用程序中。 ContiNew Starter 包含了一系列经过优化和配置的依赖包,可轻松集成到应用中, 从而避免开发人员手动引入依赖的麻烦,为 Spring Boot 项目的灵活快速构建提供支持。

<dependency>
    <groupId>top.charles7c.continew</groupId>
    <artifactId>continew-starter</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.charles7c.continew : continew-starter to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of top.charles7c.continew : continew-starter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
continew-starter-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>top.charles7c.continew</groupId>
    <artifactId>continew-starter</artifactId>
    <version>1.0.0</version>
</dependency>