MVN

com.gitee.fubluesky.kernel : security-spring-boot-starter

Maven & Gradle

Dec 07, 2022
6 usages
1 stars

security spring-boot 封装

<dependency>
    <groupId>com.gitee.fubluesky.kernel</groupId>
    <artifactId>security-spring-boot-starter</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.fubluesky.kernel : security-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of com.gitee.fubluesky.kernel : security-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
security-spring-boot-starter-1.7.1
security-spring-boot-starter-1.7.0
1.6.x
security-spring-boot-starter-1.6.10
security-spring-boot-starter-1.6.9
security-spring-boot-starter-1.6.8
security-spring-boot-starter-1.6.7
security-spring-boot-starter-1.6.6
security-spring-boot-starter-1.6.5
security-spring-boot-starter-1.6.4
security-spring-boot-starter-1.6.3
security-spring-boot-starter-1.6.2
security-spring-boot-starter-1.6.0
1.5.x
security-spring-boot-starter-1.5.6
security-spring-boot-starter-1.5.5
security-spring-boot-starter-1.5.4
security-spring-boot-starter-1.5.3
security-spring-boot-starter-1.5.2
security-spring-boot-starter-1.5.1
security-spring-boot-starter-1.5.0
1.4.x
security-spring-boot-starter-1.4.4
security-spring-boot-starter-1.4.3
security-spring-boot-starter-1.4.2
security-spring-boot-starter-1.4.1
1.3.x
security-spring-boot-starter-1.3.2
security-spring-boot-starter-1.3.1
security-spring-boot-starter-1.3.0
1.2.x
security-spring-boot-starter-1.2.1
security-spring-boot-starter-1.2.0
1.1.x
security-spring-boot-starter-1.1.0
1.0.x
security-spring-boot-starter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.fubluesky.kernel</groupId>
    <artifactId>security-spring-boot-starter</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.fubluesky.kernel : security-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.gitee.fubluesky.kernel:security-spring-boot-starter:1.7.1'

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

implementation("com.gitee.fubluesky.kernel:security-spring-boot-starter:1.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.fubluesky.kernel : security-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.fubluesky.kernel" % "security-spring-boot-starter" % "1.7.1"

Advertisement