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