Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdfeatures-akka |
Version | Version1.5.1-Lithium-SR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/features-akka/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>features-akka</artifactId>
<version>1.5.1-Lithium-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-akka/
implementation 'org.opendaylight.controller:features-akka:1.5.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.controller/features-akka/
implementation ("org.opendaylight.controller:features-akka:1.5.1-Lithium-SR1")
'org.opendaylight.controller:features-akka:jar:1.5.1-Lithium-SR1'
<dependency org="org.opendaylight.controller" name="features-akka" rev="1.5.1-Lithium-SR1">
<artifact name="features-akka" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='features-akka', version='1.5.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.controller" % "features-akka" % "1.5.1-Lithium-SR1"
[org.opendaylight.controller/features-akka "1.5.1-Lithium-SR1"]