is not current version
Last Version 1.3.1

net.adamcin.httpsig:httpsig-hmac 1.2.1

Library providing a HMAC based implementation of the httpsig API

Categories

Categories

Net
GroupId

GroupId

net.adamcin.httpsig
ArtifactId

ArtifactId

httpsig-hmac
Version

Version

1.2.1
Type

Type

jar

Download httpsig-hmac 1.2.1


<!-- https://jarcasting.com/artifacts/net.adamcin.httpsig/httpsig-hmac/ -->
<dependency>
    <groupId>net.adamcin.httpsig</groupId>
    <artifactId>httpsig-hmac</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.adamcin.httpsig/httpsig-hmac/
implementation 'net.adamcin.httpsig:httpsig-hmac:1.2.1'
// https://jarcasting.com/artifacts/net.adamcin.httpsig/httpsig-hmac/
implementation ("net.adamcin.httpsig:httpsig-hmac:1.2.1")
'net.adamcin.httpsig:httpsig-hmac:jar:1.2.1'
<dependency org="net.adamcin.httpsig" name="httpsig-hmac" rev="1.2.1">
  <artifact name="httpsig-hmac" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.adamcin.httpsig', module='httpsig-hmac', version='1.2.1')
)
libraryDependencies += "net.adamcin.httpsig" % "httpsig-hmac" % "1.2.1"
[net.adamcin.httpsig/httpsig-hmac "1.2.1"]