Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdorg.opendaylight.netconf |
ArtifactId | ArtifactIdnetconf-cli |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
netconf-cli-1.3.1.pom | |
netconf-cli-1.3.1.jar | 176 KB |
netconf-cli-1.3.1-sources.jar | 91 KB |
netconf-cli-1.3.1-javadoc.jar | 359 KB |
netconf-cli-1.3.1-executable.jar | 17 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/netconf-cli/ -->
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-cli</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/netconf-cli/
implementation 'org.opendaylight.netconf:netconf-cli:1.3.1'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/netconf-cli/
implementation ("org.opendaylight.netconf:netconf-cli:1.3.1")
'org.opendaylight.netconf:netconf-cli:jar:1.3.1'
<dependency org="org.opendaylight.netconf" name="netconf-cli" rev="1.3.1">
<artifact name="netconf-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='netconf-cli', version='1.3.1')
)
libraryDependencies += "org.opendaylight.netconf" % "netconf-cli" % "1.3.1"
[org.opendaylight.netconf/netconf-cli "1.3.1"]