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