| Категории |
КатегорииAkka Контейнер Микросервисы Reactive libraries |
|---|---|
| Группа | Группаorg.opendaylight.controller |
| Идентификатор | Идентификаторfeatures-akka |
| Версия | Версия1.5.2-Lithium-SR2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/features-akka/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>features-akka</artifactId>
<version>1.5.2-Lithium-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-akka/
implementation 'org.opendaylight.controller:features-akka:1.5.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-akka/
implementation ("org.opendaylight.controller:features-akka:1.5.2-Lithium-SR2")
'org.opendaylight.controller:features-akka:jar:1.5.2-Lithium-SR2'
<dependency org="org.opendaylight.controller" name="features-akka" rev="1.5.2-Lithium-SR2">
<artifact name="features-akka" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='features-akka', version='1.5.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.controller" % "features-akka" % "1.5.2-Lithium-SR2"
[org.opendaylight.controller/features-akka "1.5.2-Lithium-SR2"]