| Группа | Группаcom.github.hfhn |
|---|---|
| Идентификатор | Идентификаторhntool |
| Версия | Версия1.0.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hntool-1.0.6.pom | |
| hntool-1.0.6.jar | 274 KB |
| hntool-1.0.6-sources.jar | 150 KB |
| hntool-1.0.6-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hfhn/hntool/ -->
<dependency>
<groupId>com.github.hfhn</groupId>
<artifactId>hntool</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hfhn/hntool/
implementation 'com.github.hfhn:hntool:1.0.6'
// https://jarcasting.com/artifacts/com.github.hfhn/hntool/
implementation ("com.github.hfhn:hntool:1.0.6")
'com.github.hfhn:hntool:jar:1.0.6'
<dependency org="com.github.hfhn" name="hntool" rev="1.0.6">
<artifact name="hntool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hfhn', module='hntool', version='1.0.6')
)
libraryDependencies += "com.github.hfhn" % "hntool" % "1.0.6"
[com.github.hfhn/hntool "1.0.6"]