| GroupId | GroupIdde.otto.edison |
|---|---|
| ArtifactId | ArtifactIdedison-hmac |
| Version | Version0.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| edison-hmac-0.2.1.pom | |
| edison-hmac-0.2.1.jar | 2 KB |
| edison-hmac-0.2.1-sources.jar | 1 KB |
| edison-hmac-0.2.1-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.otto.edison/edison-hmac/ -->
<dependency>
<groupId>de.otto.edison</groupId>
<artifactId>edison-hmac</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto.edison/edison-hmac/
implementation 'de.otto.edison:edison-hmac:0.2.1'
// https://jarcasting.com/artifacts/de.otto.edison/edison-hmac/
implementation ("de.otto.edison:edison-hmac:0.2.1")
'de.otto.edison:edison-hmac:jar:0.2.1'
<dependency org="de.otto.edison" name="edison-hmac" rev="0.2.1">
<artifact name="edison-hmac" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto.edison', module='edison-hmac', version='0.2.1')
)
libraryDependencies += "de.otto.edison" % "edison-hmac" % "0.2.1"
[de.otto.edison/edison-hmac "0.2.1"]