License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.opendaylight.netconf |
ArtifactId | ArtifactIdrestconf-models |
Version | Version2.0.0 |
Type | Typepom |
Description |
Descriptionrestconf-models
restconf-models
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
restconf-models-2.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-models/ -->
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-models</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-models/
implementation 'org.opendaylight.netconf:restconf-models:2.0.0'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-models/
implementation ("org.opendaylight.netconf:restconf-models:2.0.0")
'org.opendaylight.netconf:restconf-models:pom:2.0.0'
<dependency org="org.opendaylight.netconf" name="restconf-models" rev="2.0.0">
<artifact name="restconf-models" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='restconf-models', version='2.0.0')
)
libraryDependencies += "org.opendaylight.netconf" % "restconf-models" % "2.0.0"
[org.opendaylight.netconf/restconf-models "2.0.0"]