| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet config Application Layer Libs Configuration | 
        
| GroupId | GroupIdorg.opendaylight.netconf | 
    
| ArtifactId | ArtifactIdnetconf-mdsal-config | 
    
| Version | Version1.1.4-Boron-SR4 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionConfiguration files for netconf for mdsal 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/netconf-mdsal-config/ -->
<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>netconf-mdsal-config</artifactId>
    <version>1.1.4-Boron-SR4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.opendaylight.netconf/netconf-mdsal-config/
implementation 'org.opendaylight.netconf:netconf-mdsal-config:1.1.4-Boron-SR4'
                // https://jarcasting.com/artifacts/org.opendaylight.netconf/netconf-mdsal-config/
implementation ("org.opendaylight.netconf:netconf-mdsal-config:1.1.4-Boron-SR4")
                'org.opendaylight.netconf:netconf-mdsal-config:jar:1.1.4-Boron-SR4'
                <dependency org="org.opendaylight.netconf" name="netconf-mdsal-config" rev="1.1.4-Boron-SR4">
  <artifact name="netconf-mdsal-config" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.opendaylight.netconf', module='netconf-mdsal-config', version='1.1.4-Boron-SR4')
)
                libraryDependencies += "org.opendaylight.netconf" % "netconf-mdsal-config" % "1.1.4-Boron-SR4"
                [org.opendaylight.netconf/netconf-mdsal-config "1.1.4-Boron-SR4"]