h

hmac-auth-server

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