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