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