Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.joyent.http-signature |
ArtifactId | ArtifactIdapache-http-client-signature |
Version | Version4.0.0 |
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>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.joyent.http-signature/apache-http-client-signature/
implementation 'com.joyent.http-signature:apache-http-client-signature:4.0.0'
// https://jarcasting.com/artifacts/com.joyent.http-signature/apache-http-client-signature/
implementation ("com.joyent.http-signature:apache-http-client-signature:4.0.0")
'com.joyent.http-signature:apache-http-client-signature:jar:4.0.0'
<dependency org="com.joyent.http-signature" name="apache-http-client-signature" rev="4.0.0">
<artifact name="apache-http-client-signature" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joyent.http-signature', module='apache-http-client-signature', version='4.0.0')
)
libraryDependencies += "com.joyent.http-signature" % "apache-http-client-signature" % "4.0.0"
[com.joyent.http-signature/apache-http-client-signature "4.0.0"]