is not current version
Last Version 1.2.3

com.wealdtech.hawk:hawk-core 0.13.1

Java implementation of Hawk protocol - core

GroupId

GroupId

com.wealdtech.hawk
ArtifactId

ArtifactId

hawk-core
Version

Version

0.13.1
Type

Type

jar

Download hawk-core 0.13.1


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