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