MVN

cloud.hedou : abp-spring-boot-starter

Maven & Gradle

Jun 02, 2022

abp-spring-boot-starter · When the functions of ABP cannot meet service requirements, the Spring Boot framework can be used to expand its own services to make use of abundant Java frameworks on the market.

<dependency>
    <groupId>cloud.hedou</groupId>
    <artifactId>abp-spring-boot-starter</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.hedou : abp-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of cloud.hedou : abp-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
abp-spring-boot-starter-1.0.1
abp-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following cloud.hedou : abp-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.hedou</groupId>
    <artifactId>abp-spring-boot-starter</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.hedou : abp-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'cloud.hedou:abp-spring-boot-starter:1.0.1'

Gradle Kotlin DSL: Add the following cloud.hedou : abp-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.hedou:abp-spring-boot-starter:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.hedou : abp-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.hedou" % "abp-spring-boot-starter" % "1.0.1"