Files download
File Operation
hmac-authn-0.1.211.jar download
hmac-authn-0.1.211.pom download
Apache Maven
<dependency>
  <groupId>com.cognitect</groupId>
  <artifactId>hmac-authn</artifactId>
  <version>0.1.211</version>
</dependency>
Gradle Groovy
implementation 'com.cognitect:hmac-authn:0.1.211'
Gradle Kotlin
implementation("com.cognitect:hmac-authn:0.1.211")
Scala SBT
libraryDependencies += "com.cognitect" % "hmac-authn" % "0.1.211"
Groovy Grape
@Grapes(
  @Grab(group='com.cognitect', module='hmac-authn', version='0.1.211')
)
Apache Ivy
<dependency org="com.cognitect" name="hmac-authn" rev="0.1.211" />
Leiningen
[com.cognitect/hmac-authn "0.1.211"]
Apache Buildr
'com.cognitect:hmac-authn:jar:0.1.211'