License |
License |
---|---|
GroupId | GroupIdorg.owasp |
ArtifactId | ArtifactIdcsrfguard-extensions |
Last Version | Last Version4.1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOWASP CSRFGuard Extensions Parent POM
Extension modules that might be required, depending on whether the architecture of the integrator application is stateful or stateless.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
csrfguard-extensions-4.1.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.owasp/csrfguard-extensions/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>csrfguard-extensions</artifactId>
<version>4.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/csrfguard-extensions/
implementation 'org.owasp:csrfguard-extensions:4.1.4'
// https://jarcasting.com/artifacts/org.owasp/csrfguard-extensions/
implementation ("org.owasp:csrfguard-extensions:4.1.4")
'org.owasp:csrfguard-extensions:pom:4.1.4'
<dependency org="org.owasp" name="csrfguard-extensions" rev="4.1.4">
<artifact name="csrfguard-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='csrfguard-extensions', version='4.1.4')
)
libraryDependencies += "org.owasp" % "csrfguard-extensions" % "4.1.4"
[org.owasp/csrfguard-extensions "4.1.4"]