| Группа | Группаcom.cognitect |
|---|---|
| Идентификатор | Идентификаторhmac-authn |
| Версия | Версия0.1.203 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hmac-authn-0.1.203.pom | |
| hmac-authn-0.1.203.jar | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cognitect/hmac-authn/ -->
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>hmac-authn</artifactId>
<version>0.1.203</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect/hmac-authn/
implementation 'com.cognitect:hmac-authn:0.1.203'
// https://jarcasting.com/artifacts/com.cognitect/hmac-authn/
implementation ("com.cognitect:hmac-authn:0.1.203")
'com.cognitect:hmac-authn:jar:0.1.203'
<dependency org="com.cognitect" name="hmac-authn" rev="0.1.203">
<artifact name="hmac-authn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect', module='hmac-authn', version='0.1.203')
)
libraryDependencies += "com.cognitect" % "hmac-authn" % "0.1.203"
[com.cognitect/hmac-authn "0.1.203"]