Last Version

jzmq 3.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.

License

License

GroupId

GroupId

org.zeromq
ArtifactId

ArtifactId

jzmq
Version

Version

3.1.0
Type

Type

jar
Description

Description

jzmq
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.
Project URL

Project URL

https://zeromq.org/
Source Code Management

Source Code Management

https://github.com/zeromq/jzmq

Download jzmq 3.1.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.