| Категории |
КатегорииCLI Взаимодействие с пользователем Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.bazaarvoice.auth |
| Идентификатор | Идентификаторjersey-hmac-auth-client |
| Версия | Версия0.14 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-client/ -->
<dependency>
<groupId>com.bazaarvoice.auth</groupId>
<artifactId>jersey-hmac-auth-client</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-client/
implementation 'com.bazaarvoice.auth:jersey-hmac-auth-client:0.14'
// https://jarcasting.com/artifacts/com.bazaarvoice.auth/jersey-hmac-auth-client/
implementation ("com.bazaarvoice.auth:jersey-hmac-auth-client:0.14")
'com.bazaarvoice.auth:jersey-hmac-auth-client:jar:0.14'
<dependency org="com.bazaarvoice.auth" name="jersey-hmac-auth-client" rev="0.14">
<artifact name="jersey-hmac-auth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.auth', module='jersey-hmac-auth-client', version='0.14')
)
libraryDependencies += "com.bazaarvoice.auth" % "jersey-hmac-auth-client" % "0.14"
[com.bazaarvoice.auth/jersey-hmac-auth-client "0.14"]