| Группа | Группаorg.opendaylight.sfc |
|---|---|
| Идентификатор | Идентификаторfeatures-sfc |
| Версия | Версия0.0.1-Helium |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| features-sfc-0.0.1-Helium.pom | |
| features-sfc-0.0.1-Helium.jar | 5 KB |
| features-sfc-0.0.1-Helium-sources.jar | 2 KB |
| features-sfc-0.0.1-Helium-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.0.1-Helium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfc/
implementation 'org.opendaylight.sfc:features-sfc:0.0.1-Helium'
// https://jarcasting.com/artifacts/org.opendaylight.sfc/features-sfc/
implementation ("org.opendaylight.sfc:features-sfc:0.0.1-Helium")
'org.opendaylight.sfc:features-sfc:jar:0.0.1-Helium'
<dependency org="org.opendaylight.sfc" name="features-sfc" rev="0.0.1-Helium">
<artifact name="features-sfc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.sfc', module='features-sfc', version='0.0.1-Helium')
)
libraryDependencies += "org.opendaylight.sfc" % "features-sfc" % "0.0.1-Helium"
[org.opendaylight.sfc/features-sfc "0.0.1-Helium"]