Native ZeroMQ libraries that work out-of-the-box in java.
- Because ZeroMQ is great and I want people to use it
- Needing to compile from source doesn't lend itself to rapid development in java. Many people hit this barrier and look elsewhere.
- Getting the compilation, linking, and loading right can be rather unpleasant
There are lots of pacakges that are the result of "hey I compiled and stuffed it in a JAR" that haven't been updated in years.
This package is the result of a repeatable travis build that can be upgraded via a pull request to change the version number. Note that the repository itself contains no binaries. Hopefully this gives it some longevity as well as gives people confidence in using binaries from a 3rd party.
##What is implemented
- Linux 64 bit
- Linux 32 bit
- Windows 64 bit
- Windows 32 bit
OS X should be possible in Travis, particularly if anyone familiar with that ecosystem would like to contribute.
Note that only a SNAPSHOT version is available at the moment as windows builds of JZMQ are not sane in released versions.
#Using net.lukepalmer zeromq-native 4.1.5-SNAPSHOT net.lukepalmer jzmq 3.1.1-SNAPSHOT
And then you should have working jzmq bindings.
#Deploying
Steps to build from scratch and deploy to maven central
- set version number
- mvn clean package -DskipTests
- mvn test
- mvn deploy