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