h

hmac-auth-server-spring

server library configuration for spring of the hmac-auth project.
http://github.com/otto-de/hmac-auth
The Apache Software License, Version 2.0
Robert Keil Tom Vollerthun Christian Stamm Guido Steinacker Mario Nöcker
Files download
File Operation
hmac-auth-server-spring-2.3.5.jar download
hmac-auth-server-spring-2.3.5.pom download
hmac-auth-server-spring-2.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>de.otto</groupId>
  <artifactId>hmac-auth-server-spring</artifactId>
  <version>2.3.5</version>
</dependency>
Gradle Groovy
implementation 'de.otto:hmac-auth-server-spring:2.3.5'
Gradle Kotlin
implementation("de.otto:hmac-auth-server-spring:2.3.5")
Scala SBT
libraryDependencies += "de.otto" % "hmac-auth-server-spring" % "2.3.5"
Groovy Grape
@Grapes(
  @Grab(group='de.otto', module='hmac-auth-server-spring', version='2.3.5')
)
Apache Ivy
<dependency org="de.otto" name="hmac-auth-server-spring" rev="2.3.5" />
Leiningen
[de.otto/hmac-auth-server-spring "2.3.5"]
Apache Buildr
'de.otto:hmac-auth-server-spring:jar:2.3.5'