Dependency Information

Apache Maven

<dependency>
  <groupId>net.adamcin.httpsig</groupId>
  <artifactId>httpsig-hmac</artifactId>
  <version>1.3.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'net.adamcin.httpsig:httpsig-hmac:jar:1.3.1-SNAPSHOT'

Apache Ivy

<dependency org="net.adamcin.httpsig" name="httpsig-hmac" rev="1.3.1-SNAPSHOT">
  <artifact name="httpsig-hmac" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.adamcin.httpsig', module='httpsig-hmac', version='1.3.1-SNAPSHOT')
)

Gradle/Grails

compile 'net.adamcin.httpsig:httpsig-hmac:1.3.1-SNAPSHOT'

Scala SBT

libraryDependencies += "net.adamcin.httpsig" % "httpsig-hmac" % "1.3.1-SNAPSHOT"

Leiningen

[net.adamcin.httpsig/httpsig-hmac "1.3.1-SNAPSHOT"]