is not current version
Last Version 3.1.0

org.zeromq:jzmq 2.1.0

The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the Java Bindings for ZeroMQ.

GroupId

GroupId

org.zeromq
ArtifactId

ArtifactId

jzmq
Version

Version

2.1.0
Type

Type

jar

Download jzmq 2.1.0


<!-- https://jarcasting.com/artifacts/org.zeromq/jzmq/ -->
<dependency>
    <groupId>org.zeromq</groupId>
    <artifactId>jzmq</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeromq/jzmq/
implementation 'org.zeromq:jzmq:2.1.0'
// https://jarcasting.com/artifacts/org.zeromq/jzmq/
implementation ("org.zeromq:jzmq:2.1.0")
'org.zeromq:jzmq:jar:2.1.0'
<dependency org="org.zeromq" name="jzmq" rev="2.1.0">
  <artifact name="jzmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeromq', module='jzmq', version='2.1.0')
)
libraryDependencies += "org.zeromq" % "jzmq" % "2.1.0"
[org.zeromq/jzmq "2.1.0"]