I want to install Camunda 8.8.11 with Gradle dependency in Windows local environment.
For installing Camunda 8.8.11 with Gradle dependency on Windows, you can use either the Java Client or Spring Boot Starter depending on your project type. I found the following relevant resources:
- Developer quickstart – Camunda 8 Run - For local Windows development environment
- Java client getting started - For Gradle dependency:
implementation "io.camunda:camunda-client-java:8.8.11" - Camunda Spring Boot Starter - For Spring Boot projects:
implementation "io.camunda:camunda-spring-boot-starter:8.8.11" - Developer quickstart with Docker Compose - Alternative local setup option
Does this help? If not, can anyone from the community jump in? ![]()
Hints: Use the Ask AI feature in Camunda’s documentation to chat with AI and get fast help. Report bugs and features in Camuda’s GitHub issue tracker. Trust the process. ![]()