Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdnetconf-config |
Version | Version0.3.3-Lithium-SR3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-config/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>netconf-config</artifactId>
<version>0.3.3-Lithium-SR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-config/
implementation 'org.opendaylight.controller:netconf-config:0.3.3-Lithium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-config/
implementation ("org.opendaylight.controller:netconf-config:0.3.3-Lithium-SR3")
'org.opendaylight.controller:netconf-config:jar:0.3.3-Lithium-SR3'
<dependency org="org.opendaylight.controller" name="netconf-config" rev="0.3.3-Lithium-SR3">
<artifact name="netconf-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='netconf-config', version='0.3.3-Lithium-SR3')
)
libraryDependencies += "org.opendaylight.controller" % "netconf-config" % "0.3.3-Lithium-SR3"
[org.opendaylight.controller/netconf-config "0.3.3-Lithium-SR3"]