Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.spark-project |
ArtifactId | ArtifactIdakka-remote |
Version | Version2.0.5-protobuf-2.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spark-project/akka-remote/ -->
<dependency>
<groupId>org.spark-project</groupId>
<artifactId>akka-remote</artifactId>
<version>2.0.5-protobuf-2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project/akka-remote/
implementation 'org.spark-project:akka-remote:2.0.5-protobuf-2.5'
// https://jarcasting.com/artifacts/org.spark-project/akka-remote/
implementation ("org.spark-project:akka-remote:2.0.5-protobuf-2.5")
'org.spark-project:akka-remote:jar:2.0.5-protobuf-2.5'
<dependency org="org.spark-project" name="akka-remote" rev="2.0.5-protobuf-2.5">
<artifact name="akka-remote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project', module='akka-remote', version='2.0.5-protobuf-2.5')
)
libraryDependencies += "org.spark-project" % "akka-remote" % "2.0.5-protobuf-2.5"
[org.spark-project/akka-remote "2.0.5-protobuf-2.5"]