MVN

io.github.zhangbinhub.acp.boot : acp-spring-boot-starter

Maven & Gradle

Mar 04, 2022
3 usages
8 stars

acp · Application Construction Platform 应用构建平台,使用该脚手架可快速搭建基于Kotlin或Java语言的普通应用、SpringBoot应用和SpringCloud应用

<dependency>
    <groupId>io.github.zhangbinhub.acp.boot</groupId>
    <artifactId>acp-spring-boot-starter</artifactId>
    <version>2021.0.2-jdk8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zhangbinhub.acp.boot : acp-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.0.2-jdk8

All Versions

Choose a version of io.github.zhangbinhub.acp.boot : acp-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.0.x
acp-spring-boot-starter-2021.0.2-jdk8
acp-spring-boot-starter-2021.0.2
acp-spring-boot-starter-2021.0.1-jdk8
acp-spring-boot-starter-2021.0.1
acp-spring-boot-starter-2021.0.0-jdk8
acp-spring-boot-starter-2021.0.0
acp-spring-boot-starter-2021.0.0-M9-jdk8
acp-spring-boot-starter-2021.0.0-M9
acp-spring-boot-starter-2021.0.0-M8
acp-spring-boot-starter-2021.0.0-M8-jdk8
acp-spring-boot-starter-2021.0.0-M7
acp-spring-boot-starter-2021.0.0-M7-jdk8
acp-spring-boot-starter-2021.0.0-M6-jdk8
acp-spring-boot-starter-2021.0.0-M6
acp-spring-boot-starter-2021.0.0-M5
acp-spring-boot-starter-2021.0.0-M4
acp-spring-boot-starter-2021.0.0-M3
acp-spring-boot-starter-2021.0.0-M2
acp-spring-boot-starter-2021.0.0-M1

How to add a dependency to Maven

Add the following io.github.zhangbinhub.acp.boot : acp-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zhangbinhub.acp.boot</groupId>
    <artifactId>acp-spring-boot-starter</artifactId>
    <version>2021.0.2-jdk8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zhangbinhub.acp.boot : acp-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.zhangbinhub.acp.boot:acp-spring-boot-starter:2021.0.2-jdk8'

Gradle Kotlin DSL: Add the following io.github.zhangbinhub.acp.boot : acp-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zhangbinhub.acp.boot:acp-spring-boot-starter:2021.0.2-jdk8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zhangbinhub.acp.boot : acp-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zhangbinhub.acp.boot" % "acp-spring-boot-starter" % "2021.0.2-jdk8"

Advertisement