Skip to content
/ jyre Public
forked from zeromq/jyre

Java implementation of ZRE protocol

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.LESSER
Notifications You must be signed in to change notification settings

cekoski/jyre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zyre implementation in Java

How to use

Add it to your Maven project's pom.xml:

<!-- for the Zyre using jzmq -->
<dependency>
  <groupId>org.zyre</groupId>
  <artifactId>zyre</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

<!-- for the Zyre using JeroMQ -->
<dependency>
  <groupId>org.zyre</groupId>
  <artifactId>zyre-jeromq</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

~

About

Java implementation of ZRE protocol

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published