jzmq
jzmq copied to clipboard
Snapshot of master as a Maven dependency
This is kind of a feature request or a hopeful wish.
Would it be possible to include the most recent snapshot as a maven dependency?
According to Maven central, the most recent JZMQ version is 3.1.0, while the master is currently 3.1.1-SNAPSHOT.
Currently, the only possibility is to checkout the code, install it in a local maven repository, and then include it in your java project.
I also tried the JitPack service that packages maven repository directly from Github. However, since JZMQ depends on native libraries, their build results in error.
Best, David
+1 We are using curve zmq with 3.1.1-SNAPSHOT successfully, and it would really be better to pull down a jzmq library from public maven than from our private branch. Thanks, Christian
+1
+1