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