GroupId | GroupIdcom.wealdtech.hawk |
---|---|
ArtifactId | ArtifactIdhawk-core |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
hawk-core-1.2.2.pom | |
hawk-core-1.2.2.jar | 28 KB |
hawk-core-1.2.2-sources.jar | 16 KB |
hawk-core-1.2.2-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-core/ -->
<dependency>
<groupId>com.wealdtech.hawk</groupId>
<artifactId>hawk-core</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-core/
implementation 'com.wealdtech.hawk:hawk-core:1.2.2'
// https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-core/
implementation ("com.wealdtech.hawk:hawk-core:1.2.2")
'com.wealdtech.hawk:hawk-core:jar:1.2.2'
<dependency org="com.wealdtech.hawk" name="hawk-core" rev="1.2.2">
<artifact name="hawk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wealdtech.hawk', module='hawk-core', version='1.2.2')
)
libraryDependencies += "com.wealdtech.hawk" % "hawk-core" % "1.2.2"
[com.wealdtech.hawk/hawk-core "1.2.2"]