is not current version
Last Version 4.1.4

org.owasp:csrfguard 3.1.0

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.

GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

csrfguard
Version

Version

3.1.0
Type

Type

jar

Download csrfguard 3.1.0


<!-- https://jarcasting.com/artifacts/org.owasp/csrfguard/ -->
<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>csrfguard</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/csrfguard/
implementation 'org.owasp:csrfguard:3.1.0'
// https://jarcasting.com/artifacts/org.owasp/csrfguard/
implementation ("org.owasp:csrfguard:3.1.0")
'org.owasp:csrfguard:jar:3.1.0'
<dependency org="org.owasp" name="csrfguard" rev="3.1.0">
  <artifact name="csrfguard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='csrfguard', version='3.1.0')
)
libraryDependencies += "org.owasp" % "csrfguard" % "3.1.0"
[org.owasp/csrfguard "3.1.0"]