Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?
I've been working on a simple, pure Java implementation of mDNS Service Discovery. At the moment only synchronous browsing is supported, but I plan to add an asynchronous listener in the next release. It's free software and available on GitHub at https://github.com/fflewddur/hola.
The only requirements are Java 8 and having the slf4j-api available in your class path.