Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.bazaarvoice.auth |
ArtifactId | ArtifactIdjersey-hmac-auth |
Version | Version0.13 |
Type | Typepom |
Filename | Size |
---|---|
jersey-hmac-auth-0.13.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth/ -->
<dependency>
<groupId>com.bazaarvoice.auth</groupId>
<artifactId>jersey-hmac-auth</artifactId>
<version>0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth/
implementation 'com.bazaarvoice.auth:jersey-hmac-auth:0.13'
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth/
implementation ("com.bazaarvoice.auth:jersey-hmac-auth:0.13")
'com.bazaarvoice.auth:jersey-hmac-auth:pom:0.13'
<dependency org="com.bazaarvoice.auth" name="jersey-hmac-auth" rev="0.13">
<artifact name="jersey-hmac-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.auth', module='jersey-hmac-auth', version='0.13')
)
libraryDependencies += "com.bazaarvoice.auth" % "jersey-hmac-auth" % "0.13"
[com.bazaarvoice.auth/jersey-hmac-auth "0.13"]