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