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