Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.bazaarvoice.auth |
ArtifactId | ArtifactIdjersey-hmac-auth-sample |
Version | Version0.10 |
Type | Typejar |
<!-- 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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-sample/
implementation 'com.bazaarvoice.auth:jersey-hmac-auth-sample:0.10'
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-sample/
implementation ("com.bazaarvoice.auth:jersey-hmac-auth-sample:0.10")
'com.bazaarvoice.auth:jersey-hmac-auth-sample:jar:0.10'
<dependency org="com.bazaarvoice.auth" name="jersey-hmac-auth-sample" rev="0.10">
<artifact name="jersey-hmac-auth-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.auth', module='jersey-hmac-auth-sample', version='0.10')
)
libraryDependencies += "com.bazaarvoice.auth" % "jersey-hmac-auth-sample" % "0.10"
[com.bazaarvoice.auth/jersey-hmac-auth-sample "0.10"]