| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.opendaylight.sfc | 
| ArtifactId | ArtifactIdfeatures-sfclisp | 
| Version | Version0.1.1-Lithium-SR1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfclisp/ -->
<dependency>
    <groupId>org.opendaylight.sfc</groupId>
    <artifactId>features-sfclisp</artifactId>
    <version>0.1.1-Lithium-SR1</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfclisp/
implementation 'org.opendaylight.sfc:features-sfclisp:0.1.1-Lithium-SR1'// https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfclisp/
implementation ("org.opendaylight.sfc:features-sfclisp:0.1.1-Lithium-SR1")'org.opendaylight.sfc:features-sfclisp:jar:0.1.1-Lithium-SR1'<dependency org="org.opendaylight.sfc" name="features-sfclisp" rev="0.1.1-Lithium-SR1">
  <artifact name="features-sfclisp" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.sfc', module='features-sfclisp', version='0.1.1-Lithium-SR1')
)libraryDependencies += "org.opendaylight.sfc" % "features-sfclisp" % "0.1.1-Lithium-SR1"[org.opendaylight.sfc/features-sfclisp "0.1.1-Lithium-SR1"]