MVN

net.croz.nrich : nrich-security-csrf

Maven & Gradle

Mar 30, 2023
2 usages
47 stars

nrich-security-csrf · Provides CSRF support

<dependency>
    <groupId>net.croz.nrich</groupId>
    <artifactId>nrich-security-csrf</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.croz.nrich : nrich-security-csrf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of net.croz.nrich : nrich-security-csrf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
nrich-security-csrf-2.0.0-RC1
1.8.x
nrich-security-csrf-1.8.3
nrich-security-csrf-1.8.2
nrich-security-csrf-1.8.1
nrich-security-csrf-1.8.0
1.7.x
nrich-security-csrf-1.7.1
nrich-security-csrf-1.7.0
1.6.x
nrich-security-csrf-1.6.0
1.5.x
nrich-security-csrf-1.5.0
1.4.x
nrich-security-csrf-1.4.4
nrich-security-csrf-1.4.3
nrich-security-csrf-1.4.2
nrich-security-csrf-1.4.1
nrich-security-csrf-1.4.0
1.3.x
nrich-security-csrf-1.3.0
1.2.x
nrich-security-csrf-1.2.1
nrich-security-csrf-1.2.0
1.1.x
nrich-security-csrf-1.1.2
nrich-security-csrf-1.1.1
nrich-security-csrf-1.1.0

How to add a dependency to Maven

Add the following net.croz.nrich : nrich-security-csrf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.croz.nrich</groupId>
    <artifactId>nrich-security-csrf</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.croz.nrich : nrich-security-csrf gradle dependency to your build.gradle file:

implementation 'net.croz.nrich:nrich-security-csrf:1.8.3'

Gradle Kotlin DSL: Add the following net.croz.nrich : nrich-security-csrf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.croz.nrich:nrich-security-csrf:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.croz.nrich : nrich-security-csrf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.croz.nrich" % "nrich-security-csrf" % "1.8.3"

Advertisement