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