<dependency>
<groupId>com.joyent.http-signature</groupId>
<artifactId>apache-http-client-signature</artifactId>
<version>4.1.2</version>
</dependency>
libraryDependencies += "com.joyent.http-signature" % "apache-http-client-signature" % "4.1.2"
@Grapes(
@Grab(group='com.joyent.http-signature', module='apache-http-client-signature', version='4.1.2')
)
<dependency org="com.joyent.http-signature" name="apache-http-client-signature" rev="4.1.2" />
<parent> <groupId>com.joyent.http-signature</groupId> <artifactId>java-http-signature</artifactId> <version>4.1.2</version> </parent>
compile
|-- com.joyent.http-signature:http-signature-common:4.1.2
|-- org.apache.httpcomponents:httpclient
test