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