GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdfeatures-protocol-framework |
Version | Version0.9.1-Carbon |
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.9.1-Carbon</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-protocol-framework/
implementation 'org.opendaylight.controller:features-protocol-framework:0.9.1-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-protocol-framework/
implementation ("org.opendaylight.controller:features-protocol-framework:0.9.1-Carbon")
'org.opendaylight.controller:features-protocol-framework:jar:0.9.1-Carbon'
<dependency org="org.opendaylight.controller" name="features-protocol-framework" rev="0.9.1-Carbon">
<artifact name="features-protocol-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='features-protocol-framework', version='0.9.1-Carbon')
)
libraryDependencies += "org.opendaylight.controller" % "features-protocol-framework" % "0.9.1-Carbon"
[org.opendaylight.controller/features-protocol-framework "0.9.1-Carbon"]