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