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