License |
License |
---|---|
GroupId | GroupIdcom.joyent.http-signature |
ArtifactId | ArtifactIdhttp-signature-common |
Last Version | Last Version4.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava implementation of HTTP Signature
|
Project Organization |
Project OrganizationJoyent |
<!-- https://jarcasting.com/artifacts/com.joyent.http-signature/http-signature-common/ -->
<dependency>
<groupId>com.joyent.http-signature</groupId>
<artifactId>http-signature-common</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.joyent.http-signature/http-signature-common/
implementation 'com.joyent.http-signature:http-signature-common:4.1.2'
// https://jarcasting.com/artifacts/com.joyent.http-signature/http-signature-common/
implementation ("com.joyent.http-signature:http-signature-common:4.1.2")
'com.joyent.http-signature:http-signature-common:jar:4.1.2'
<dependency org="com.joyent.http-signature" name="http-signature-common" rev="4.1.2">
<artifact name="http-signature-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joyent.http-signature', module='http-signature-common', version='4.1.2')
)
libraryDependencies += "com.joyent.http-signature" % "http-signature-common" % "4.1.2"
[com.joyent.http-signature/http-signature-common "4.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcpkix-jdk15on | jar | 1.65 |
org.bouncycastle : bcprov-jdk15on | jar | 1.65 |
com.squareup.jnagmp : bouncycastle-rsa | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.14 |
org.testng : testng | jar | 6.14.3 |