| Categories | Categoriesconfig Application Layer Libs Configuration JSON Data | 
|---|---|
| GroupId | GroupIdorg.opendaylight.sfc | 
| ArtifactId | ArtifactIdsfc-jsonconfig | 
| Version | Version0.0.1-Helium | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-jsonconfig/ -->
<dependency>
    <groupId>org.opendaylight.sfc</groupId>
    <artifactId>sfc-jsonconfig</artifactId>
    <version>0.0.1-Helium</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-jsonconfig/
implementation 'org.opendaylight.sfc:sfc-jsonconfig:0.0.1-Helium'// https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-jsonconfig/
implementation ("org.opendaylight.sfc:sfc-jsonconfig:0.0.1-Helium")'org.opendaylight.sfc:sfc-jsonconfig:jar:0.0.1-Helium'<dependency org="org.opendaylight.sfc" name="sfc-jsonconfig" rev="0.0.1-Helium">
  <artifact name="sfc-jsonconfig" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.sfc', module='sfc-jsonconfig', version='0.0.1-Helium')
)libraryDependencies += "org.opendaylight.sfc" % "sfc-jsonconfig" % "0.0.1-Helium"[org.opendaylight.sfc/sfc-jsonconfig "0.0.1-Helium"]