Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdnetconf-config |
Last Version | Last Version0.3.4-Lithium-SR4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfiguration files for netconf
|
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-config/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>netconf-config</artifactId>
<version>0.3.4-Lithium-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-config/
implementation 'org.opendaylight.controller:netconf-config:0.3.4-Lithium-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-config/
implementation ("org.opendaylight.controller:netconf-config:0.3.4-Lithium-SR4")
'org.opendaylight.controller:netconf-config:jar:0.3.4-Lithium-SR4'
<dependency org="org.opendaylight.controller" name="netconf-config" rev="0.3.4-Lithium-SR4">
<artifact name="netconf-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='netconf-config', version='0.3.4-Lithium-SR4')
)
libraryDependencies += "org.opendaylight.controller" % "netconf-config" % "0.3.4-Lithium-SR4"
[org.opendaylight.controller/netconf-config "0.3.4-Lithium-SR4"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 5.0.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.9 |
junit : junit | jar | 4.11 |
org.codehaus.sonar-plugins.java : sonar-jacoco-listeners | jar | 2.4 |