| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.macasaet.auth |
| Идентификатор | Идентификаторjersey-hmac-auth |
| Версия | Версия0.16 |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jersey-hmac-auth-0.16.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth/ -->
<dependency>
<groupId>com.macasaet.auth</groupId>
<artifactId>jersey-hmac-auth</artifactId>
<version>0.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth/
implementation 'com.macasaet.auth:jersey-hmac-auth:0.16'
// https://jarcasting.com/artifacts/com.macasaet.auth/jersey-hmac-auth/
implementation ("com.macasaet.auth:jersey-hmac-auth:0.16")
'com.macasaet.auth:jersey-hmac-auth:pom:0.16'
<dependency org="com.macasaet.auth" name="jersey-hmac-auth" rev="0.16">
<artifact name="jersey-hmac-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.macasaet.auth', module='jersey-hmac-auth', version='0.16')
)
libraryDependencies += "com.macasaet.auth" % "jersey-hmac-auth" % "0.16"
[com.macasaet.auth/jersey-hmac-auth "0.16"]