Version: 0.25
Setting up the Zeebe Java Client
#
Setting up the Zeebe Java Client#
Prerequisites- Java 8
#
Usage in a Maven projectTo use the Java client library, declare the following Maven dependency in your project:
The version of the client should always match the broker's version.
#
BootstrappingIn Java code, instantiate the client as follows:
See the class io.zeebe.client.ZeebeClientBuilder
for a description of all available configuration properties.