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