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