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