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