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