Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.opendaylight.netconf |
ArtifactId | ArtifactIdfeatures-restconf |
Version | Version1.5.0-Carbon |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/features-restconf/ -->
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>features-restconf</artifactId>
<version>1.5.0-Carbon</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/features-restconf/
implementation 'org.opendaylight.netconf:features-restconf:1.5.0-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/features-restconf/
implementation ("org.opendaylight.netconf:features-restconf:1.5.0-Carbon")
'org.opendaylight.netconf:features-restconf:jar:1.5.0-Carbon'
<dependency org="org.opendaylight.netconf" name="features-restconf" rev="1.5.0-Carbon">
<artifact name="features-restconf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='features-restconf', version='1.5.0-Carbon')
)
libraryDependencies += "org.opendaylight.netconf" % "features-restconf" % "1.5.0-Carbon"
[org.opendaylight.netconf/features-restconf "1.5.0-Carbon"]