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