is not current version
Last Version 3.0.5

org.opendaylight.netconf:features-restconf 1.3.0-Beryllium


Categories

Categories

Net
GroupId

GroupId

org.opendaylight.netconf
ArtifactId

ArtifactId

features-restconf
Version

Version

1.3.0-Beryllium
Type

Type

jar

Download features-restconf 1.3.0-Beryllium


<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/features-restconf/ -->
<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>features-restconf</artifactId>
    <version>1.3.0-Beryllium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/features-restconf/
implementation 'org.opendaylight.netconf:features-restconf:1.3.0-Beryllium'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/features-restconf/
implementation ("org.opendaylight.netconf:features-restconf:1.3.0-Beryllium")
'org.opendaylight.netconf:features-restconf:jar:1.3.0-Beryllium'
<dependency org="org.opendaylight.netconf" name="features-restconf" rev="1.3.0-Beryllium">
  <artifact name="features-restconf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='features-restconf', version='1.3.0-Beryllium')
)
libraryDependencies += "org.opendaylight.netconf" % "features-restconf" % "1.3.0-Beryllium"
[org.opendaylight.netconf/features-restconf "1.3.0-Beryllium"]