Dependency Information

Apache Maven

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

Apache Buildr

'net.adamcin.httpsig:httpsig:pom:1.3.1-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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