MVN

com.heanbian.boot : heanbian-spring-boot-starter

Maven & Gradle

Aug 25, 2023
2 stars

heanbian-spring-boot-starter · heanbian-spring-boot-starter

<dependency>
    <groupId>com.heanbian.boot</groupId>
    <artifactId>heanbian-spring-boot-starter</artifactId>
    <version>15.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.heanbian.boot : heanbian-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.1

All Versions

Choose a version of com.heanbian.boot : heanbian-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20200807
heanbian-spring-boot-starter-20200807
15.1
heanbian-spring-boot-starter-15.1
14.1
heanbian-spring-boot-starter-14.1
14
heanbian-spring-boot-starter-14
13.5
heanbian-spring-boot-starter-13.5
13.4
heanbian-spring-boot-starter-13.4
13.3
heanbian-spring-boot-starter-13.3
13
heanbian-spring-boot-starter-13
10
heanbian-spring-boot-starter-10
1.6.x
heanbian-spring-boot-starter-1.6.7
heanbian-spring-boot-starter-1.6.6
heanbian-spring-boot-starter-1.6.4
heanbian-spring-boot-starter-1.6.3
heanbian-spring-boot-starter-1.6.1
heanbian-spring-boot-starter-1.6.0
1.5.x
heanbian-spring-boot-starter-1.5.9
heanbian-spring-boot-starter-1.5.7
heanbian-spring-boot-starter-1.5.4
heanbian-spring-boot-starter-1.5.2
heanbian-spring-boot-starter-1.5.0
1.4.x
heanbian-spring-boot-starter-1.4.9
heanbian-spring-boot-starter-1.4.8
heanbian-spring-boot-starter-1.4.6
heanbian-spring-boot-starter-1.4.5
heanbian-spring-boot-starter-1.4.4
heanbian-spring-boot-starter-1.4.3
heanbian-spring-boot-starter-1.4.2
heanbian-spring-boot-starter-1.4.1
1.3.x
heanbian-spring-boot-starter-1.3.5
heanbian-spring-boot-starter-1.3.4
heanbian-spring-boot-starter-1.3.3
heanbian-spring-boot-starter-1.3.2
heanbian-spring-boot-starter-1.3.1
heanbian-spring-boot-starter-1.3.0
1.2.x
heanbian-spring-boot-starter-1.2.0
1.1.x
heanbian-spring-boot-starter-1.1.3
heanbian-spring-boot-starter-1.1.2
heanbian-spring-boot-starter-1.1.1
heanbian-spring-boot-starter-1.1.0
1.0.x
heanbian-spring-boot-starter-1.0.8
heanbian-spring-boot-starter-1.0.7
heanbian-spring-boot-starter-1.0.6
heanbian-spring-boot-starter-1.0.5
heanbian-spring-boot-starter-1.0.4
heanbian-spring-boot-starter-1.0.3
heanbian-spring-boot-starter-1.0.1
heanbian-spring-boot-starter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.heanbian.boot</groupId>
    <artifactId>heanbian-spring-boot-starter</artifactId>
    <version>15.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.heanbian.boot : heanbian-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.heanbian.boot:heanbian-spring-boot-starter:15.1'

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

implementation("com.heanbian.boot:heanbian-spring-boot-starter:15.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.heanbian.boot : heanbian-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.heanbian.boot" % "heanbian-spring-boot-starter" % "15.1"

Advertisement