# jyre
**Repository Path**: mirrors_zeromq/jyre
## Basic Information
- **Project Name**: jyre
- **Description**: Java implementation of ZRE protocol
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-19
- **Last Updated**: 2026-06-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Zyre implementation in Java
## How to use in your project
Add the following to your Maven project's `pom.xml`:
org.zyre
zyre
0.1.0-SNAPSHOT
org.zyre
zyre-jeromq
0.1.1-SNAPSHOT
## Building Jyre
* Install jzmq for your platform
* You may need to make sure that there is a native library
path defined for your platform in the pom.xml's
section
* run **mvn install**
## Building zyre-jeromq
To build the version of jyre that uses jeromq:
* run the script gen-zyre-jeromq.sh, this generates the
subdirectory zyre-jeromq, a pom.xml, and copies src
files from the jyre project
* cd to zyre-jeromq
* run **mvn install**