Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdnetconf-testtool |
Version | Version0.3.1-Lithium-SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-testtool/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>netconf-testtool</artifactId>
<version>0.3.1-Lithium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-testtool/
implementation 'org.opendaylight.controller:netconf-testtool:0.3.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.controller/netconf-testtool/
implementation ("org.opendaylight.controller:netconf-testtool:0.3.1-Lithium-SR1")
'org.opendaylight.controller:netconf-testtool:jar:0.3.1-Lithium-SR1'
<dependency org="org.opendaylight.controller" name="netconf-testtool" rev="0.3.1-Lithium-SR1">
<artifact name="netconf-testtool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='netconf-testtool', version='0.3.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.controller" % "netconf-testtool" % "0.3.1-Lithium-SR1"
[org.opendaylight.controller/netconf-testtool "0.3.1-Lithium-SR1"]