is not current version
Last Version 1.1

com.bazaarvoice.auth:jersey-hmac-auth-server 0.13

Server side HMAC authentication library

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.bazaarvoice.auth
ArtifactId

ArtifactId

jersey-hmac-auth-server
Version

Version

0.13
Type

Type

jar

Download jersey-hmac-auth-server 0.13


<!-- https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-server/ -->
<dependency>
    <groupId>com.bazaarvoice.auth</groupId>
    <artifactId>jersey-hmac-auth-server</artifactId>
    <version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-server/
implementation 'com.bazaarvoice.auth:jersey-hmac-auth-server:0.13'
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-server/
implementation ("com.bazaarvoice.auth:jersey-hmac-auth-server:0.13")
'com.bazaarvoice.auth:jersey-hmac-auth-server:jar:0.13'
<dependency org="com.bazaarvoice.auth" name="jersey-hmac-auth-server" rev="0.13">
  <artifact name="jersey-hmac-auth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.auth', module='jersey-hmac-auth-server', version='0.13')
)
libraryDependencies += "com.bazaarvoice.auth" % "jersey-hmac-auth-server" % "0.13"
[com.bazaarvoice.auth/jersey-hmac-auth-server "0.13"]