| GroupId | GroupIdcom.github.hfhn |
|---|---|
| ArtifactId | ArtifactIdhntool |
| Version | Version1.0.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hntool-1.0.16.pom | |
| hntool-1.0.16.jar | 459 KB |
| hntool-1.0.16-sources.jar | 258 KB |
| hntool-1.0.16-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hfhn/hntool/ -->
<dependency>
<groupId>com.github.hfhn</groupId>
<artifactId>hntool</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hfhn/hntool/
implementation 'com.github.hfhn:hntool:1.0.16'
// https://jarcasting.com/artifacts/com.github.hfhn/hntool/
implementation ("com.github.hfhn:hntool:1.0.16")
'com.github.hfhn:hntool:jar:1.0.16'
<dependency org="com.github.hfhn" name="hntool" rev="1.0.16">
<artifact name="hntool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hfhn', module='hntool', version='1.0.16')
)
libraryDependencies += "com.github.hfhn" % "hntool" % "1.0.16"
[com.github.hfhn/hntool "1.0.16"]