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