is not current version
Last Version 1.1

com.bazaarvoice.auth:jersey-hmac-auth-sample 0.18

Sample Dropwizard application using jersey-hmac-auth

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.bazaarvoice.auth
ArtifactId

ArtifactId

jersey-hmac-auth-sample
Version

Version

0.18
Type

Type

jar

Download jersey-hmac-auth-sample 0.18


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