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