MVN

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

Maven & Gradle

Dec 14, 2021
<dependency>
    <groupId>com.github.yingzhuo</groupId>
    <artifactId>carnival-spring-boot-starter-security</artifactId>
    <version>1.10.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.10.40

All Versions

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

Version Vulnerabilities Updated
1.10.x
carnival-spring-boot-starter-security-1.10.40
carnival-spring-boot-starter-security-1.10.39
carnival-spring-boot-starter-security-1.10.38
carnival-spring-boot-starter-security-1.10.37
carnival-spring-boot-starter-security-1.10.36
carnival-spring-boot-starter-security-1.10.35
carnival-spring-boot-starter-security-1.10.34
carnival-spring-boot-starter-security-1.10.33
carnival-spring-boot-starter-security-1.10.32
carnival-spring-boot-starter-security-1.10.31
carnival-spring-boot-starter-security-1.10.30
carnival-spring-boot-starter-security-1.10.29
carnival-spring-boot-starter-security-1.10.28
carnival-spring-boot-starter-security-1.10.27
carnival-spring-boot-starter-security-1.10.26
carnival-spring-boot-starter-security-1.10.25
carnival-spring-boot-starter-security-1.10.24
carnival-spring-boot-starter-security-1.10.23
carnival-spring-boot-starter-security-1.10.22
carnival-spring-boot-starter-security-1.10.21
carnival-spring-boot-starter-security-1.10.20-1
carnival-spring-boot-starter-security-1.10.20
carnival-spring-boot-starter-security-1.10.19
carnival-spring-boot-starter-security-1.10.18
carnival-spring-boot-starter-security-1.10.17
carnival-spring-boot-starter-security-1.10.16
carnival-spring-boot-starter-security-1.10.15
carnival-spring-boot-starter-security-1.10.14
carnival-spring-boot-starter-security-1.10.13
carnival-spring-boot-starter-security-1.10.12
carnival-spring-boot-starter-security-1.10.11
carnival-spring-boot-starter-security-1.10.10
carnival-spring-boot-starter-security-1.10.9
carnival-spring-boot-starter-security-1.10.8
carnival-spring-boot-starter-security-1.10.7
carnival-spring-boot-starter-security-1.10.6
carnival-spring-boot-starter-security-1.10.5-1
carnival-spring-boot-starter-security-1.10.5
carnival-spring-boot-starter-security-1.10.4
carnival-spring-boot-starter-security-1.10.3-2
carnival-spring-boot-starter-security-1.10.3-1
carnival-spring-boot-starter-security-1.10.3
carnival-spring-boot-starter-security-1.10.2

How to add a dependency to Maven

Add the following com.github.yingzhuo : carnival-spring-boot-starter-security 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-security</artifactId>
    <version>1.10.40</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.yingzhuo:carnival-spring-boot-starter-security:1.10.40'

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

implementation("com.github.yingzhuo:carnival-spring-boot-starter-security:1.10.40")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-security" % "1.10.40"