| Categories | 
                CategoriesNet | 
        
|---|---|
| GroupId | GroupIdorg.opendaylight.controller | 
    
| ArtifactId | ArtifactIdnetconf-subsystem | 
    
| Version | Version0.2.7-Helium-SR2 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| netconf-subsystem-0.2.7-Helium-SR2.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.2.7-Helium-SR2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-subsystem/
implementation 'org.opendaylight.controller:netconf-subsystem:0.2.7-Helium-SR2'
                // https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-subsystem/
implementation ("org.opendaylight.controller:netconf-subsystem:0.2.7-Helium-SR2")
                'org.opendaylight.controller:netconf-subsystem:pom:0.2.7-Helium-SR2'
                <dependency org="org.opendaylight.controller" name="netconf-subsystem" rev="0.2.7-Helium-SR2">
  <artifact name="netconf-subsystem" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.opendaylight.controller', module='netconf-subsystem', version='0.2.7-Helium-SR2')
)
                libraryDependencies += "org.opendaylight.controller" % "netconf-subsystem" % "0.2.7-Helium-SR2"
                [org.opendaylight.controller/netconf-subsystem "0.2.7-Helium-SR2"]