Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.opendaylight.netconf |
ArtifactId | ArtifactIdrestconf-models |
Version | Version1.3.3 |
Type | Typepom |
Filename | Size |
---|---|
restconf-models-1.3.3.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.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-models/
implementation 'org.opendaylight.netconf:restconf-models:1.3.3'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/restconf-models/
implementation ("org.opendaylight.netconf:restconf-models:1.3.3")
'org.opendaylight.netconf:restconf-models:pom:1.3.3'
<dependency org="org.opendaylight.netconf" name="restconf-models" rev="1.3.3">
<artifact name="restconf-models" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='restconf-models', version='1.3.3')
)
libraryDependencies += "org.opendaylight.netconf" % "restconf-models" % "1.3.3"
[org.opendaylight.netconf/restconf-models "1.3.3"]