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