Scala/Java API
Last updated
Last updated
The Databus Client also offers an for easy integration into your project. Currently i Currently there is no entry on mvn central for the Databus Client. But you can include the jar of the latest release in your project.
Download the databus-client.jar
of the latest
Move the file to ${project.basedir}/src/main/resources/databus-client.jar
After you included the DatabusClient dependency, you can use it in your application.
We have also created a that shows how the Databus Client can be integrated into a project.