is not current version
Last Version 1.1

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

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

Type

jar

Download jersey-hmac-auth-sample 0.15


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