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