Download hawk-core-0.13.0.jar file - Jar h

Jar examples for h:hawk-core

Description

Java implementation of Hawk protocol - core

You can download jar file hawk-core 0.13.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hawk-core-0.13.0.jar to your project.

<dependency>
   <groupId>com.wealdtech.hawk</groupId>
   <artifactId>hawk-core</artifactId>
   <version>0.13.0</version>
</dependency>
compile group: 'com.wealdtech.hawk', name: 'hawk-core', version: '0.13.0'
libraryDependencies += "com.wealdtech.hawk" % "hawk-core" % "0.13.0"
<dependency org="com.wealdtech.hawk" name="hawk-core" rev="0.13.0"/>
@Grapes(@Grab(group='com.wealdtech.hawk', module='hawk-core', version='0.13.0'))
'com.wealdtech.hawk:hawk-core:jar:0.13.0'

Download

Click the following link to download the jar file.

hawk-core-0.13.0-javadoc.jar
hawk-core-0.13.0-sources.jar
hawk-core-0.13.0.jar
hawk-core-0.13.0.pom



Related Tutorials