Camunda REST API dto dependency

Can you please share the dependency to include the Request and response POJOs for Camunda REST APIs.

Hello @Arnab_Naha ,

this contains the DTOs used by the REST API

<dependency>
	<groupId>org.camunda.bpm</groupId>
	<artifactId>camunda-engine-rest</artifactId>
	<classifier>classes</classifier>
</dependency>

Hope this helps

Jonathan

Thank. you jonathan.lukas