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