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