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