is not current version
Last Version 1.1

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

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.17
Type

Type

jar

Download jersey-hmac-auth-server 0.17


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