Download spring-security-csrf-token-filter-1.1.jar file - Jar s

Jar examples for s:spring-security-csrf-token-filter

Description

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

You can download jar file spring-security-csrf-token-filter 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-security-csrf-token-filter-1.1.jar to your project.

<dependency>
   <groupId>com.allanditzel</groupId>
   <artifactId>spring-security-csrf-token-filter</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.allanditzel', name: 'spring-security-csrf-token-filter', version: '1.1'
libraryDependencies += "com.allanditzel" % "spring-security-csrf-token-filter" % "1.1"
<dependency org="com.allanditzel" name="spring-security-csrf-token-filter" rev="1.1"/>
@Grapes(@Grab(group='com.allanditzel', module='spring-security-csrf-token-filter', version='1.1'))
'com.allanditzel:spring-security-csrf-token-filter:jar:1.1'

Download

Click the following link to download the jar file.

spring-security-csrf-token-filter-1.1-javadoc.jar
spring-security-csrf-token-filter-1.1-sources.jar
spring-security-csrf-token-filter-1.1.jar
spring-security-csrf-token-filter-1.1.pom



Related Tutorials