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