Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.joyent.http-signature |
ArtifactId | ArtifactIdapache-http-client-signature |
Version | Version3.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.joyent.http-signature/apache-http-client-signature/ -->
<dependency>
<groupId>com.joyent.http-signature</groupId>
<artifactId>apache-http-client-signature</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.joyent.http-signature/apache-http-client-signature/
implementation 'com.joyent.http-signature:apache-http-client-signature:3.0.2'
// https://jarcasting.com/artifacts/com.joyent.http-signature/apache-http-client-signature/
implementation ("com.joyent.http-signature:apache-http-client-signature:3.0.2")
'com.joyent.http-signature:apache-http-client-signature:jar:3.0.2'
<dependency org="com.joyent.http-signature" name="apache-http-client-signature" rev="3.0.2">
<artifact name="apache-http-client-signature" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joyent.http-signature', module='apache-http-client-signature', version='3.0.2')
)
libraryDependencies += "com.joyent.http-signature" % "apache-http-client-signature" % "3.0.2"
[com.joyent.http-signature/apache-http-client-signature "3.0.2"]