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