| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторfile-client |
| Версия | Версия1.1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| file-client-1.1.0.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/file-client/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>file-client</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/file-client/
implementation 'com.github.houbb:file-client:1.1.0'
// https://jarcasting.com/artifacts/com.github.houbb/file-client/
implementation ("com.github.houbb:file-client:1.1.0")
'com.github.houbb:file-client:pom:1.1.0'
<dependency org="com.github.houbb" name="file-client" rev="1.1.0">
<artifact name="file-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='file-client', version='1.1.0')
)
libraryDependencies += "com.github.houbb" % "file-client" % "1.1.0"
[com.github.houbb/file-client "1.1.0"]