Files download
File Operation
nrich-security-csrf-1.8.3.jar download
nrich-security-csrf-1.8.3.pom download
nrich-security-csrf-1.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.croz.nrich</groupId>
  <artifactId>nrich-security-csrf</artifactId>
  <version>1.8.3</version>
</dependency>
Gradle Groovy
implementation 'net.croz.nrich:nrich-security-csrf:1.8.3'
Gradle Kotlin
implementation("net.croz.nrich:nrich-security-csrf:1.8.3")
Scala SBT
libraryDependencies += "net.croz.nrich" % "nrich-security-csrf" % "1.8.3"
Groovy Grape
@Grapes(
  @Grab(group='net.croz.nrich', module='nrich-security-csrf', version='1.8.3')
)
Apache Ivy
<dependency org="net.croz.nrich" name="nrich-security-csrf" rev="1.8.3" />
Leiningen
[net.croz.nrich/nrich-security-csrf "1.8.3"]
Apache Buildr
'net.croz.nrich:nrich-security-csrf:jar:1.8.3'