Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.openmuc.framework |
ArtifactId | ArtifactIdopenmuc-webui-userconfigurator |
Version | Version0.18.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-webui-userconfigurator/ -->
<dependency>
<groupId>org.openmuc.framework</groupId>
<artifactId>openmuc-webui-userconfigurator</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-webui-userconfigurator/
implementation 'org.openmuc.framework:openmuc-webui-userconfigurator:0.18.0'
// https://jarcasting.com/artifacts/org.openmuc.framework/openmuc-webui-userconfigurator/
implementation ("org.openmuc.framework:openmuc-webui-userconfigurator:0.18.0")
'org.openmuc.framework:openmuc-webui-userconfigurator:jar:0.18.0'
<dependency org="org.openmuc.framework" name="openmuc-webui-userconfigurator" rev="0.18.0">
<artifact name="openmuc-webui-userconfigurator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc.framework', module='openmuc-webui-userconfigurator', version='0.18.0')
)
libraryDependencies += "org.openmuc.framework" % "openmuc-webui-userconfigurator" % "0.18.0"
[org.openmuc.framework/openmuc-webui-userconfigurator "0.18.0"]