is not current version
Last Version 1.1

com.bazaarvoice.auth:jersey-hmac-auth-server2 1.0

Server side HMAC authentication library for Jersey 2.x

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.bazaarvoice.auth
ArtifactId

ArtifactId

jersey-hmac-auth-server2
Version

Version

1.0
Type

Type

jar

Download jersey-hmac-auth-server2 1.0


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