Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdconfig-subsystem |
Version | Version0.6.3-Carbon |
Type | Typepom |
Filename | Size |
---|---|
config-subsystem-0.6.3-Carbon.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>config-subsystem</artifactId>
<version>0.6.3-Carbon</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/
implementation 'org.opendaylight.controller:config-subsystem:0.6.3-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.controller/config-subsystem/
implementation ("org.opendaylight.controller:config-subsystem:0.6.3-Carbon")
'org.opendaylight.controller:config-subsystem:pom:0.6.3-Carbon'
<dependency org="org.opendaylight.controller" name="config-subsystem" rev="0.6.3-Carbon">
<artifact name="config-subsystem" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='config-subsystem', version='0.6.3-Carbon')
)
libraryDependencies += "org.opendaylight.controller" % "config-subsystem" % "0.6.3-Carbon"
[org.opendaylight.controller/config-subsystem "0.6.3-Carbon"]