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