You can also download the project, build it with mvn clean install and add the generated jar to your buildpath.
Simple steps to start using the library. Annotate your service method with @PulsarConsumer annotation and set batch attribute to true. Return a list from your consumer method, which contains MessageId ...