n

nrich-security-csrf

Java library whose purpose is to make development of applications on JVM a little easier
https://github.com/croz-ltd/nrich
The Apache License, Version 2.0
The nrich team at CROZ
Files download
File Operation
nrich-security-csrf-1.2.1.jar download
nrich-security-csrf-1.2.1.pom download
nrich-security-csrf-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.croz.nrich</groupId>
  <artifactId>nrich-security-csrf</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'net.croz.nrich:nrich-security-csrf:1.2.1'
Gradle Kotlin
implementation("net.croz.nrich:nrich-security-csrf:1.2.1")
Scala SBT
libraryDependencies += "net.croz.nrich" % "nrich-security-csrf" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='net.croz.nrich', module='nrich-security-csrf', version='1.2.1')
)
Apache Ivy
<dependency org="net.croz.nrich" name="nrich-security-csrf" rev="1.2.1" />
Leiningen
[net.croz.nrich/nrich-security-csrf "1.2.1"]
Apache Buildr
'net.croz.nrich:nrich-security-csrf:jar:1.2.1'