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