License |
License |
---|---|
GroupId | GroupIdcom.wealdtech.hawk |
ArtifactId | ArtifactIdhawk-core |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHawk Core
Java implementation of Hawk protocol - core
|
Project URL |
Project URL |
Filename | Size |
---|---|
hawk-core-1.2.3.pom | |
hawk-core-1.2.3.jar | 26 KB |
hawk-core-1.2.3-sources.jar | 15 KB |
hawk-core-1.2.3-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-core/ -->
<dependency>
<groupId>com.wealdtech.hawk</groupId>
<artifactId>hawk-core</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-core/
implementation 'com.wealdtech.hawk:hawk-core:1.2.3'
// https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-core/
implementation ("com.wealdtech.hawk:hawk-core:1.2.3")
'com.wealdtech.hawk:hawk-core:jar:1.2.3'
<dependency org="com.wealdtech.hawk" name="hawk-core" rev="1.2.3">
<artifact name="hawk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wealdtech.hawk', module='hawk-core', version='1.2.3')
)
libraryDependencies += "com.wealdtech.hawk" % "hawk-core" % "1.2.3"
[com.wealdtech.hawk/hawk-core "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
com.wealdtech : wealdtech-core | jar | 2.0.0 |
com.wealdtech : wealdtech-configuration | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |