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