MVN

at.porscheinformatik.tapestry : tapestry-csrf-protection

Maven & Gradle

Sep 08, 2021
9 stars

Tapestry CSRF Protection · Cross-Site-Request-Forgery (CSRF) protection for Apache Tapestry 5. This project is based on the Google Summer of Code 2011 project done by Markus Jung: https://code.google.com/p/gsoc2011-csrf-protection/. Some ideas and also code has been copied to start this Tapestry addon.

<dependency>
    <groupId>at.porscheinformatik.tapestry</groupId>
    <artifactId>tapestry-csrf-protection</artifactId>
    <version>2.0.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.porscheinformatik.tapestry : tapestry-csrf-protection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2.RELEASE

All Versions

Choose a version of at.porscheinformatik.tapestry : tapestry-csrf-protection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
tapestry-csrf-protection-3.0.1.RELEASE
tapestry-csrf-protection-3.0.0.RELEASE
2.0.x
tapestry-csrf-protection-2.0.2.RELEASE
tapestry-csrf-protection-2.0.1.RELEASE
tapestry-csrf-protection-2.0.0.RELEASE

How to add a dependency to Maven

Add the following at.porscheinformatik.tapestry : tapestry-csrf-protection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.porscheinformatik.tapestry</groupId>
    <artifactId>tapestry-csrf-protection</artifactId>
    <version>2.0.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.porscheinformatik.tapestry : tapestry-csrf-protection gradle dependency to your build.gradle file:

implementation 'at.porscheinformatik.tapestry:tapestry-csrf-protection:2.0.2.RELEASE'

Gradle Kotlin DSL: Add the following at.porscheinformatik.tapestry : tapestry-csrf-protection gradle kotlin dependency to your build.gradle.kts file:

implementation("at.porscheinformatik.tapestry:tapestry-csrf-protection:2.0.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.porscheinformatik.tapestry : tapestry-csrf-protection sbt scala dependency to your build.sbt file:

libraryDependencies += "at.porscheinformatik.tapestry" % "tapestry-csrf-protection" % "2.0.2.RELEASE"

Advertisement

Dependencies from Group

Discover Dependencies

Jul 11, 2023
2 usages
3.8k stars
Sep 08, 2020
1 usages
27 stars
Sep 07, 2020
1 stars
Aug 22, 2023
4 usages
175 stars
Aug 22, 2023
4 usages
175 stars
Aug 22, 2023
4 usages
175 stars
Jun 03, 2021
1 usages
1 stars
Aug 25, 2023
14 usages
1.8k stars