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