MVN

cn.herodotus.engine : protect-web-spring-boot-starter

Maven & Gradle

Jan 07, 2023
501 stars
<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>protect-web-spring-boot-starter</artifactId>
    <version>2.7.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.herodotus.engine : protect-web-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.7.2
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of cn.herodotus.engine : protect-web-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
protect-web-spring-boot-starter-3.0.0.0
protect-web-spring-boot-starter-3.0.0-RC3
protect-web-spring-boot-starter-3.0.0-RC2
protect-web-spring-boot-starter-3.0.0-RC1
protect-web-spring-boot-starter-3.0.0-M5
protect-web-spring-boot-starter-3.0.0-M3
protect-web-spring-boot-starter-3.0.0-M2
protect-web-spring-boot-starter-3.0.0-M1
2.7.x
protect-web-spring-boot-starter-2.7.7.2
protect-web-spring-boot-starter-2.7.7.1
protect-web-spring-boot-starter-2.7.7.0
protect-web-spring-boot-starter-2.7.6.1
protect-web-spring-boot-starter-2.7.6.0
protect-web-spring-boot-starter-2.7.5.3
protect-web-spring-boot-starter-2.7.5.2
protect-web-spring-boot-starter-2.7.5.1
protect-web-spring-boot-starter-2.7.5.0
protect-web-spring-boot-starter-2.7.4.5
protect-web-spring-boot-starter-2.7.4.4
protect-web-spring-boot-starter-2.7.4.3
protect-web-spring-boot-starter-2.7.4.2
protect-web-spring-boot-starter-2.7.4.1
protect-web-spring-boot-starter-2.7.4.0
protect-web-spring-boot-starter-2.7.3.6
protect-web-spring-boot-starter-2.7.3.5
protect-web-spring-boot-starter-2.7.3.4
protect-web-spring-boot-starter-2.7.3.3
protect-web-spring-boot-starter-2.7.3.2
protect-web-spring-boot-starter-2.7.3.1
protect-web-spring-boot-starter-2.7.3.0
protect-web-spring-boot-starter-2.7.2.6
protect-web-spring-boot-starter-2.7.2.5
protect-web-spring-boot-starter-2.7.2.4
protect-web-spring-boot-starter-2.7.2.3
protect-web-spring-boot-starter-2.7.2.2
protect-web-spring-boot-starter-2.7.2.1
protect-web-spring-boot-starter-2.7.2.0
protect-web-spring-boot-starter-2.7.1.3
protect-web-spring-boot-starter-2.7.1.2
protect-web-spring-boot-starter-2.7.1.1
protect-web-spring-boot-starter-2.7.1.0
protect-web-spring-boot-starter-2.7.0.60
protect-web-spring-boot-starter-2.7.0.50
protect-web-spring-boot-starter-2.7.0.40
protect-web-spring-boot-starter-2.7.0.30
protect-web-spring-boot-starter-2.7.0.20
protect-web-spring-boot-starter-2.7.0.10
protect-web-spring-boot-starter-2.7.0.0
protect-web-spring-boot-starter-2.7.0.RC1

How to add a dependency to Maven

Add the following cn.herodotus.engine : protect-web-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>protect-web-spring-boot-starter</artifactId>
    <version>2.7.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.herodotus.engine : protect-web-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'cn.herodotus.engine:protect-web-spring-boot-starter:2.7.7.2'

Gradle Kotlin DSL: Add the following cn.herodotus.engine : protect-web-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.herodotus.engine:protect-web-spring-boot-starter:2.7.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.herodotus.engine : protect-web-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.herodotus.engine" % "protect-web-spring-boot-starter" % "2.7.7.2"