License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.opendaylight.netconf |
ArtifactId | ArtifactIdrestconf-artifacts |
Last Version | Last Version1.10.4.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
restconf-artifacts-1.10.4.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-artifacts/ -->
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-artifacts</artifactId>
<version>1.10.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-artifacts/
implementation 'org.opendaylight.netconf:restconf-artifacts:1.10.4.3'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-artifacts/
implementation ("org.opendaylight.netconf:restconf-artifacts:1.10.4.3")
'org.opendaylight.netconf:restconf-artifacts:pom:1.10.4.3'
<dependency org="org.opendaylight.netconf" name="restconf-artifacts" rev="1.10.4.3">
<artifact name="restconf-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='restconf-artifacts', version='1.10.4.3')
)
libraryDependencies += "org.opendaylight.netconf" % "restconf-artifacts" % "1.10.4.3"
[org.opendaylight.netconf/restconf-artifacts "1.10.4.3"]