MVN

cn.hippo4j : hippo4j-core-spring-boot-starter

Maven & Gradle

Aug 15, 2022
4.4k stars
<dependency>
    <groupId>cn.hippo4j</groupId>
    <artifactId>hippo4j-core-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.1
  • Latest Release Candidate: 1.2.0-RC6
  • Latest Beta: 1.3.0-beta.2
  • Latest Alpha: 1.4.0-alpha

All Versions

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

Version Vulnerabilities Updated
1.4.x
hippo4j-core-spring-boot-starter-1.4.0-alpha
1.3.x
hippo4j-core-spring-boot-starter-1.3.1
hippo4j-core-spring-boot-starter-1.3.0
hippo4j-core-spring-boot-starter-1.3.0-beta.2
hippo4j-core-spring-boot-starter-1.3.0-beta
hippo4j-core-spring-boot-starter-1.3.0.alpha
1.2.x
hippo4j-core-spring-boot-starter-1.2.1
hippo4j-core-spring-boot-starter-1.2.0-RC6
hippo4j-core-spring-boot-starter-1.2.0-RC5
hippo4j-core-spring-boot-starter-1.2.0-RC4
hippo4j-core-spring-boot-starter-1.2.0-RC3
hippo4j-core-spring-boot-starter-1.2.0-RC2
hippo4j-core-spring-boot-starter-1.2.0-RC1
hippo4j-core-spring-boot-starter-1.2.0
hippo4j-core-spring-boot-starter-1.2.0-alpha
1.1.x
hippo4j-core-spring-boot-starter-1.1.0-RC1
hippo4j-core-spring-boot-starter-1.1.0
hippo4j-core-spring-boot-starter-1.1.0-beta.4
hippo4j-core-spring-boot-starter-1.1.0-beta.3
hippo4j-core-spring-boot-starter-1.1.0-beta.2
hippo4j-core-spring-boot-starter-1.1.0-beta
hippo4j-core-spring-boot-starter-1.1.0-alpha.2

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.hippo4j</groupId>
    <artifactId>hippo4j-core-spring-boot-starter</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.hippo4j:hippo4j-core-spring-boot-starter:1.3.1'

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

implementation("cn.hippo4j:hippo4j-core-spring-boot-starter:1.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.hippo4j" % "hippo4j-core-spring-boot-starter" % "1.3.1"

Advertisement