| GroupId | GroupIdorg.opendaylight.sfc | 
|---|---|
| ArtifactId | ArtifactIdsfc-ui-module | 
| Version | Version0.5.2-Carbon | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| sfc-ui-module-0.5.2-Carbon.pom | |
| sfc-ui-module-0.5.2-Carbon.jar | 9 MB | 
| sfc-ui-module-0.5.2-Carbon-sources.jar | 9 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-ui-module/ -->
<dependency>
    <groupId>org.opendaylight.sfc</groupId>
    <artifactId>sfc-ui-module</artifactId>
    <version>0.5.2-Carbon</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-ui-module/
implementation 'org.opendaylight.sfc:sfc-ui-module:0.5.2-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.sfc/sfc-ui-module/
implementation ("org.opendaylight.sfc:sfc-ui-module:0.5.2-Carbon")'org.opendaylight.sfc:sfc-ui-module:jar:0.5.2-Carbon'<dependency org="org.opendaylight.sfc" name="sfc-ui-module" rev="0.5.2-Carbon">
  <artifact name="sfc-ui-module" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.sfc', module='sfc-ui-module', version='0.5.2-Carbon')
)libraryDependencies += "org.opendaylight.sfc" % "sfc-ui-module" % "0.5.2-Carbon"[org.opendaylight.sfc/sfc-ui-module "0.5.2-Carbon"]