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