| Categories | 
                CategoriesNet | 
        
|---|---|
| GroupId | GroupIdorg.opendaylight.controller | 
    
| ArtifactId | ArtifactIdnetconf-subsystem | 
    
| Version | Version0.3.0-Lithium | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| netconf-subsystem-0.3.0-Lithium.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-subsystem/ -->
<dependency>
    <groupId>org.opendaylight.controller</groupId>
    <artifactId>netconf-subsystem</artifactId>
    <version>0.3.0-Lithium</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-subsystem/
implementation 'org.opendaylight.controller:netconf-subsystem:0.3.0-Lithium'
                // https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-subsystem/
implementation ("org.opendaylight.controller:netconf-subsystem:0.3.0-Lithium")
                'org.opendaylight.controller:netconf-subsystem:pom:0.3.0-Lithium'
                <dependency org="org.opendaylight.controller" name="netconf-subsystem" rev="0.3.0-Lithium">
  <artifact name="netconf-subsystem" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.opendaylight.controller', module='netconf-subsystem', version='0.3.0-Lithium')
)
                libraryDependencies += "org.opendaylight.controller" % "netconf-subsystem" % "0.3.0-Lithium"
                [org.opendaylight.controller/netconf-subsystem "0.3.0-Lithium"]