jzmq icon indicating copy to clipboard operation
jzmq copied to clipboard

Snapshot of master as a Maven dependency

Open djelenc opened this issue 9 years ago • 3 comments

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

djelenc avatar Sep 17 '15 07:09 djelenc

+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

kunzchr avatar Nov 18 '15 21:11 kunzchr

+1

omaralvarez avatar May 11 '17 18:05 omaralvarez

+1

ndjensen avatar Sep 20 '19 20:09 ndjensen