Camunda bpm admin console

I would like to have access to bpmn admin console
I am using below dependency in pom.xml
<camunda.spring.boot.starter.version>3.0.0</camunda.spring.boot.starter.version>
<camunda.version>7.9.0</camunda.version>

org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp 7.13.0 If I add above dependency (camunda-bpm-spring-boot-starter-webapp) **I see compile time errors.**

I made sure, I am downloading dependencies from maven central not from our nexus repository

Error:java: error reading C:\Users\sharath.mallam.m2\repository\org\camunda\bpm\webapp\camunda-webapp-webjar\7.9.0\camunda-webapp-webjar-7.9.0.jar; error in opening zip file

Hi @sharath.java525 , you can use camunda spring boot initializer to create Camunda spring boot project . https://start.camunda.com/.