I am trying to create my own version of Flowable Control using this link
<dependency>
<groupId>com.flowable.control</groupId>
<artifactId>flowable-spring-boot-starter-control</artifactId>
<version>${com.flowable.control.version}</version>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-log4j2</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
</exclusions>
</dependency>
Can anyone please guide me what is ${com.flowable.control.version} . I have given 3.8.5 which is not working .Also it is not in maven global repository.
[WARNING] The POM for com.flowable.control:flowable-spring-boot-starter-control:jar:3.8.5 is missing, no dependency information available