MVN

com.github.yingzhuo : carnival-spring-boot-starter-shield

Maven & Gradle

Jul 28, 2020
<dependency>
    <groupId>com.github.yingzhuo</groupId>
    <artifactId>carnival-spring-boot-starter-shield</artifactId>
    <version>1.6.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yingzhuo : carnival-spring-boot-starter-shield to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.29

All Versions

Choose a version of com.github.yingzhuo : carnival-spring-boot-starter-shield to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
carnival-spring-boot-starter-shield-1.6.29
carnival-spring-boot-starter-shield-1.6.28
carnival-spring-boot-starter-shield-1.6.27
carnival-spring-boot-starter-shield-1.6.26
carnival-spring-boot-starter-shield-1.6.25
carnival-spring-boot-starter-shield-1.6.24
carnival-spring-boot-starter-shield-1.6.23
carnival-spring-boot-starter-shield-1.6.22
carnival-spring-boot-starter-shield-1.6.21

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yingzhuo</groupId>
    <artifactId>carnival-spring-boot-starter-shield</artifactId>
    <version>1.6.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yingzhuo : carnival-spring-boot-starter-shield gradle dependency to your build.gradle file:

implementation 'com.github.yingzhuo:carnival-spring-boot-starter-shield:1.6.29'

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

implementation("com.github.yingzhuo:carnival-spring-boot-starter-shield:1.6.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yingzhuo : carnival-spring-boot-starter-shield sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-shield" % "1.6.29"

Advertisement