GroupId | GroupIdde.otto |
---|---|
ArtifactId | ArtifactIdhmac-auth-common |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
hmac-auth-common-1.2.4.pom | |
hmac-auth-common-1.2.4.jar | 7 KB |
hmac-auth-common-1.2.4-sources.jar | 4 KB |
hmac-auth-common-1.2.4-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto/hmac-auth-common/ -->
<dependency>
<groupId>de.otto</groupId>
<artifactId>hmac-auth-common</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto/hmac-auth-common/
implementation 'de.otto:hmac-auth-common:1.2.4'
// https://jarcasting.com/artifacts/de.otto/hmac-auth-common/
implementation ("de.otto:hmac-auth-common:1.2.4")
'de.otto:hmac-auth-common:jar:1.2.4'
<dependency org="de.otto" name="hmac-auth-common" rev="1.2.4">
<artifact name="hmac-auth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto', module='hmac-auth-common', version='1.2.4')
)
libraryDependencies += "de.otto" % "hmac-auth-common" % "1.2.4"
[de.otto/hmac-auth-common "1.2.4"]