is not current version
Last Version 1.3

net.jalg:hawkj 1.2

hawkj is a Java implementation of the Hawk HTTP authentication scheme.

Categories

Categories

Net
GroupId

GroupId

net.jalg
ArtifactId

ArtifactId

hawkj
Version

Version

1.2
Type

Type

jar

Download hawkj 1.2


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