| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаorg.openmuc.framework |
| Идентификатор | Идентификаторopenmuc-webui-channelconfigurator |
| Версия | Версия0.17.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-webui-channelconfigurator/ -->
<dependency>
<groupId>org.openmuc.framework</groupId>
<artifactId>openmuc-webui-channelconfigurator</artifactId>
<version>0.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-webui-channelconfigurator/
implementation 'org.openmuc.framework:openmuc-webui-channelconfigurator:0.17.2'
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-webui-channelconfigurator/
implementation ("org.openmuc.framework:openmuc-webui-channelconfigurator:0.17.2")
'org.openmuc.framework:openmuc-webui-channelconfigurator:jar:0.17.2'
<dependency org="org.openmuc.framework" name="openmuc-webui-channelconfigurator" rev="0.17.2">
<artifact name="openmuc-webui-channelconfigurator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc.framework', module='openmuc-webui-channelconfigurator', version='0.17.2')
)
libraryDependencies += "org.openmuc.framework" % "openmuc-webui-channelconfigurator" % "0.17.2"
[org.openmuc.framework/openmuc-webui-channelconfigurator "0.17.2"]