MVN

com.allanditzel : spring-security-csrf-token-filter

Maven & Gradle

May 28, 2014
2 usages
63 stars

Spring Security CSRF Token Filter · A Spring Security Filter that binds the existing CSRF token values to response headers.

<dependency>
    <groupId>com.allanditzel</groupId>
    <artifactId>spring-security-csrf-token-filter</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.allanditzel : spring-security-csrf-token-filter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.allanditzel : spring-security-csrf-token-filter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
spring-security-csrf-token-filter-1.1

How to add a dependency to Maven

Add the following com.allanditzel : spring-security-csrf-token-filter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.allanditzel</groupId>
    <artifactId>spring-security-csrf-token-filter</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.allanditzel : spring-security-csrf-token-filter gradle dependency to your build.gradle file:

implementation 'com.allanditzel:spring-security-csrf-token-filter:1.1'

Gradle Kotlin DSL: Add the following com.allanditzel : spring-security-csrf-token-filter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.allanditzel:spring-security-csrf-token-filter:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.allanditzel : spring-security-csrf-token-filter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.allanditzel" % "spring-security-csrf-token-filter" % "1.1"

Advertisement