| Группа | Группаorg.opendaylight.sfc |
|---|---|
| Идентификатор | Идентификаторfeatures-sfc |
| Версия | Версия0.5.2-Carbon |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| features-sfc-0.5.2-Carbon.pom | |
| features-sfc-0.5.2-Carbon.kar | 16 MB |
| features-sfc-0.5.2-Carbon-sources.jar | 4 KB |
| features-sfc-0.5.2-Carbon-features.xml | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfc/ -->
<dependency>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>features-sfc</artifactId>
<version>0.5.2-Carbon</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfc/
implementation 'org.opendaylight.sfc:features-sfc:0.5.2-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfc/
implementation ("org.opendaylight.sfc:features-sfc:0.5.2-Carbon")
'org.opendaylight.sfc:features-sfc:jar:0.5.2-Carbon'
<dependency org="org.opendaylight.sfc" name="features-sfc" rev="0.5.2-Carbon">
<artifact name="features-sfc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.sfc', module='features-sfc', version='0.5.2-Carbon')
)
libraryDependencies += "org.opendaylight.sfc" % "features-sfc" % "0.5.2-Carbon"
[org.opendaylight.sfc/features-sfc "0.5.2-Carbon"]