MVN

com.usthe.sureness : spring-boot-starter-sureness

Maven & Gradle

Oct 23, 2022
844 stars

spring-boot-starter-sureness · Sureness is a simple and efficient open-source security framework that focus on protection for restful api.

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>spring-boot-starter-sureness</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.usthe.sureness : spring-boot-starter-sureness to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8
  • Latest Beta: 1.0.6.beta1

All Versions

Choose a version of com.usthe.sureness : spring-boot-starter-sureness to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-starter-sureness-1.0.8
spring-boot-starter-sureness-1.0.7
spring-boot-starter-sureness-1.0.6.beta1
spring-boot-starter-sureness-1.0.6
spring-boot-starter-sureness-1.0.0-beta.2
spring-boot-starter-sureness-1.0.0-beta.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>spring-boot-starter-sureness</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.usthe.sureness : spring-boot-starter-sureness gradle dependency to your build.gradle file:

implementation 'com.usthe.sureness:spring-boot-starter-sureness:1.0.8'

Gradle Kotlin DSL: Add the following com.usthe.sureness : spring-boot-starter-sureness gradle kotlin dependency to your build.gradle.kts file:

implementation("com.usthe.sureness:spring-boot-starter-sureness:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.usthe.sureness : spring-boot-starter-sureness sbt scala dependency to your build.sbt file:

libraryDependencies += "com.usthe.sureness" % "spring-boot-starter-sureness" % "1.0.8"

Advertisement