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