| GroupId | GroupIdcom.github.hfhn |
|---|---|
| ArtifactId | ArtifactIdhntool |
| Version | Version1.0.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hntool-1.0.17.pom | |
| hntool-1.0.17.jar | 449 KB |
| hntool-1.0.17-sources.jar | 252 KB |
| hntool-1.0.17-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.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hfhn/hntool/
implementation 'com.github.hfhn:hntool:1.0.17'
// https://jarcasting.com/artifacts/com.github.hfhn/hntool/
implementation ("com.github.hfhn:hntool:1.0.17")
'com.github.hfhn:hntool:jar:1.0.17'
<dependency org="com.github.hfhn" name="hntool" rev="1.0.17">
<artifact name="hntool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hfhn', module='hntool', version='1.0.17')
)
libraryDependencies += "com.github.hfhn" % "hntool" % "1.0.17"
[com.github.hfhn/hntool "1.0.17"]