MVN

cn.hippo4j : hippo4j-config-spring-boot-1x-starter

Maven & Gradle

Apr 16, 2023
4.4k stars
<dependency>
    <groupId>cn.hippo4j</groupId>
    <artifactId>hippo4j-config-spring-boot-1x-starter</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.hippo4j : hippo4j-config-spring-boot-1x-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of cn.hippo4j : hippo4j-config-spring-boot-1x-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
hippo4j-config-spring-boot-1x-starter-1.5.0
1.4.x
hippo4j-config-spring-boot-1x-starter-1.4.3-upgrade.2
hippo4j-config-spring-boot-1x-starter-1.4.3-upgrade
hippo4j-config-spring-boot-1x-starter-1.4.3
hippo4j-config-spring-boot-1x-starter-1.4.2

How to add a dependency to Maven

Add the following cn.hippo4j : hippo4j-config-spring-boot-1x-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.hippo4j</groupId>
    <artifactId>hippo4j-config-spring-boot-1x-starter</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.hippo4j : hippo4j-config-spring-boot-1x-starter gradle dependency to your build.gradle file:

implementation 'cn.hippo4j:hippo4j-config-spring-boot-1x-starter:1.5.0'

Gradle Kotlin DSL: Add the following cn.hippo4j : hippo4j-config-spring-boot-1x-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.hippo4j:hippo4j-config-spring-boot-1x-starter:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.hippo4j : hippo4j-config-spring-boot-1x-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.hippo4j" % "hippo4j-config-spring-boot-1x-starter" % "1.5.0"