Dependency Information

Apache Maven

<dependency>
  <groupId>net.adamcin.httpsig</groupId>
  <artifactId>httpsig-jsch</artifactId>
  <version>0.6.0</version>
</dependency>

Apache Buildr

'net.adamcin.httpsig:httpsig-jsch:jar:0.6.0'

Apache Ant

<dependency org="net.adamcin.httpsig" name="httpsig-jsch" rev="0.6.0">
  <artifact name="httpsig-jsch" type="jar" />
</dependency>

Groovy Grape

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

Grails

compile 'net.adamcin.httpsig:httpsig-jsch:0.6.0'

Leiningen

[net.adamcin.httpsig/httpsig-jsch "0.6.0"]

SBT

libraryDependencies += "net.adamcin.httpsig" %% "httpsig-jsch" % "0.6.0"