Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.bazaarvoice.auth |
ArtifactId | ArtifactIdjersey-hmac-auth-client2 |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionJersey2 client side HMAC authentication library
|
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-client2/ -->
<dependency>
<groupId>com.bazaarvoice.auth</groupId>
<artifactId>jersey-hmac-auth-client2</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-client2/
implementation 'com.bazaarvoice.auth:jersey-hmac-auth-client2:1.1'
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-client2/
implementation ("com.bazaarvoice.auth:jersey-hmac-auth-client2:1.1")
'com.bazaarvoice.auth:jersey-hmac-auth-client2:jar:1.1'
<dependency org="com.bazaarvoice.auth" name="jersey-hmac-auth-client2" rev="1.1">
<artifact name="jersey-hmac-auth-client2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.auth', module='jersey-hmac-auth-client2', version='1.1')
)
libraryDependencies += "com.bazaarvoice.auth" % "jersey-hmac-auth-client2" % "1.1"
[com.bazaarvoice.auth/jersey-hmac-auth-client2 "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.bazaarvoice.auth : jersey-hmac-auth-common | jar | 1.1 |
org.glassfish.jersey.core : jersey-client | jar | 2.6 |