| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем config Библиотеки уровня приложения Configuration |
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторconfig-http-client |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| config-http-client-1.0.0.pom | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/config-http-client/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>config-http-client</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/config-http-client/
implementation 'com.github.houbb:config-http-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/config-http-client/
implementation ("com.github.houbb:config-http-client:1.0.0")
'com.github.houbb:config-http-client:pom:1.0.0'
<dependency org="com.github.houbb" name="config-http-client" rev="1.0.0">
<artifact name="config-http-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='config-http-client', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "config-http-client" % "1.0.0"
[com.github.houbb/config-http-client "1.0.0"]