h

hmac-auth-server-spring

Spring Beans for HMAC authentication.
http://github.com/otto-de/hmac-auth
The Apache License, Version 2.0
Guido Steinacker
Files download
File Operation
hmac-auth-server-spring-3.0.0.jar download
hmac-auth-server-spring-3.0.0.pom download
hmac-auth-server-spring-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.otto</groupId>
  <artifactId>hmac-auth-server-spring</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'de.otto:hmac-auth-server-spring:3.0.0'
Gradle Kotlin
implementation("de.otto:hmac-auth-server-spring:3.0.0")
Scala SBT
libraryDependencies += "de.otto" % "hmac-auth-server-spring" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.otto', module='hmac-auth-server-spring', version='3.0.0')
)
Apache Ivy
<dependency org="de.otto" name="hmac-auth-server-spring" rev="3.0.0" />
Leiningen
[de.otto/hmac-auth-server-spring "3.0.0"]
Apache Buildr
'de.otto:hmac-auth-server-spring:jar:3.0.0'