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