GroupId | GroupIdcom.wealdtech.hawk |
---|---|
ArtifactId | ArtifactIdhawk-core |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
hawk-core-0.9.0.pom | |
hawk-core-0.9.0.jar | 27 KB |
hawk-core-0.9.0-sources.jar | 16 KB |
hawk-core-0.9.0-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>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-core/
implementation 'com.wealdtech.hawk:hawk-core:0.9.0'
// https://jarcasting.com/artifacts/com.wealdtech.hawk/hawk-core/
implementation ("com.wealdtech.hawk:hawk-core:0.9.0")
'com.wealdtech.hawk:hawk-core:jar:0.9.0'
<dependency org="com.wealdtech.hawk" name="hawk-core" rev="0.9.0">
<artifact name="hawk-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wealdtech.hawk', module='hawk-core', version='0.9.0')
)
libraryDependencies += "com.wealdtech.hawk" % "hawk-core" % "0.9.0"
[com.wealdtech.hawk/hawk-core "0.9.0"]