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