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