MVN

com.kasinf : ks-boot-starter-security

Maven & Gradle

Sep 22, 2021
1 usages

基于spring security的网站安全配置

<dependency>
    <groupId>com.kasinf</groupId>
    <artifactId>ks-boot-starter-security</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kasinf : ks-boot-starter-security to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.kasinf : ks-boot-starter-security to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
ks-boot-starter-security-1.4.0
1.3.x
ks-boot-starter-security-1.3.0
1.2.x
ks-boot-starter-security-1.2.5.RELEASE
ks-boot-starter-security-1.2.4.RELEASE
ks-boot-starter-security-1.2.3.RELEASE
ks-boot-starter-security-1.2.1.RELEASE
1.1.x
ks-boot-starter-security-1.1.2.RELEASE
ks-boot-starter-security-1.1.1.RELEASE
ks-boot-starter-security-1.1.0.RELEASE
1.0.x
ks-boot-starter-security-1.0.11.RELEASE
ks-boot-starter-security-1.0.10.RELEASE
ks-boot-starter-security-1.0.9.RELEASE
ks-boot-starter-security-1.0.8.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kasinf</groupId>
    <artifactId>ks-boot-starter-security</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kasinf : ks-boot-starter-security gradle dependency to your build.gradle file:

implementation 'com.kasinf:ks-boot-starter-security:1.4.0'

Gradle Kotlin DSL: Add the following com.kasinf : ks-boot-starter-security gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kasinf:ks-boot-starter-security:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kasinf : ks-boot-starter-security sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kasinf" % "ks-boot-starter-security" % "1.4.0"

Advertisement