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