Dependency Information

Apache Maven

<dependency>
  <groupId>net.adamcin.sling</groupId>
  <artifactId>net.adamcin.sling.auth.httpsig</artifactId>
  <version>0.8.4</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'net.adamcin.sling:net.adamcin.sling.auth.httpsig:bundle:0.8.4'

Apache Ant

<dependency org="net.adamcin.sling" name="net.adamcin.sling.auth.httpsig" rev="0.8.4">
  <artifact name="net.adamcin.sling.auth.httpsig" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.adamcin.sling', module='net.adamcin.sling.auth.httpsig', version='0.8.4')
)

Grails

compile 'net.adamcin.sling:net.adamcin.sling.auth.httpsig:0.8.4'

Leiningen

[net.adamcin.sling/net.adamcin.sling.auth.httpsig "0.8.4"]

SBT

libraryDependencies += "net.adamcin.sling" %% "net.adamcin.sling.auth.httpsig" % "0.8.4"