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