OWASP CSRFGuard is a library that implements a variant of the synchronizer token pattern to mitigate the risk of Cross-Site Request Forgery (CSRF) attacks.
'org.owasp:csrfguard:3.0.0'
<dependency>
<groupId>org.owasp</groupId>
<artifactId>csrfguard</artifactId>
<version>3.0.0</version>
</dependency>
<dependency org="org.owasp" name="csrfguard" rev="3.0.0"/>
"org.owasp", "csrfguard", "3.0.0"