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