is not current version
Last Version 1.2.4-Lithium-SR4

org.opendaylight.controller:features-restconf 1.1.2-Helium-SR2


GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

features-restconf
Version

Version

1.1.2-Helium-SR2
Type

Type

jar

Download features-restconf 1.1.2-Helium-SR2


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